Module Name: src
Committed By: he
Date: Sat Nov 28 22:15:48 UTC 2009
Modified Files:
src/external/apache2/mDNSResponder: Makefile
Log Message:
Only do the nss module if MKPIC != no.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/apache2/mDNSResponder/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/apache2/mDNSResponder/Makefile
diff -u src/external/apache2/mDNSResponder/Makefile:1.2 src/external/apache2/mDNSResponder/Makefile:1.3
--- src/external/apache2/mDNSResponder/Makefile:1.2 Mon Oct 5 03:54:17 2009
+++ src/external/apache2/mDNSResponder/Makefile Sat Nov 28 22:15:48 2009
@@ -1,5 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2009/10/05 03:54:17 tsarna Exp $
+# $NetBSD: Makefile,v 1.3 2009/11/28 22:15:48 he Exp $
-SUBDIR= usr.bin usr.sbin nss
+.include <bsd.own.mk>
+
+SUBDIR= usr.bin usr.sbin
+.if (${MKPIC} != "no")
+SUBDIR+= nss
+.endif
.include <bsd.subdir.mk>