$NetBSD$ --- hotspot/build/bsd/Makefile.orig 2011-01-02 19:59:21 +0100 +++ hotspot/build/bsd/Makefile 2011-01-02 20:02:44 +0100 @@ -43,6 +43,9 @@ ifneq ($(findstring Darwin,$(OS)),) OS=bsd endif +ifneq ($(findstring DragonFly,$(OS)),) + OS=bsd +endif include $(GAMMADIR)/build/$(OS)/makefiles/rules.make