$NetBSD: patch-ae,v 1.1 2006/01/15 18:10:23 joerg Exp $ --- nsprpub/pr/include/md/Makefile.orig 2006-01-15 17:53:51.000000000 +0000 +++ nsprpub/pr/include/md/Makefile @@ -59,6 +59,10 @@ ifeq ($(OS_ARCH),FreeBSD) MDCPUCFG_H = _freebsd.cfg endif +ifeq ($(OS_ARCH),DragonFly) +MDCPUCFG_H = _freebsd.cfg +endif + ifeq ($(OS_ARCH),OpenBSD) MDCPUCFG_H = _openbsd.cfg endif