$NetBSD: patch-mi,v 1.1.1.1 2011/04/19 11:16:08 tnn Exp $ Add DragonFly support. --- config/config.mk.orig 2009-06-29 18:14:41.000000000 +0200 +++ config/config.mk @@ -133,7 +133,7 @@ endif # but save the version to allow multiple versions of the same base # platform to be built in the same tree. # -ifneq (,$(filter FreeBSD HP-UX IRIX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH))) +ifneq (,$(filter DragonFly FreeBSD HP-UX IRIX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH))) OS_RELEASE := $(basename $(OS_RELEASE)) # Allow the user to ignore the OS_VERSION, which is usually irrelevant.