644ab6d226
to work on NetBSD platforms by not hard-coding NetBSD. Use BSD_INSTALL_LIB for shared libraries, better file mods.
15 lines
375 B
Text
15 lines
375 B
Text
$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
|