Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/apache2/mDNSResponder Only do the nss module if MKP...



details:   https://anonhg.NetBSD.org/src/rev/e1649805d9af
branches:  trunk
changeset: 749405:e1649805d9af
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 28 22:15:48 2009 +0000

description:
Only do the nss module if MKPIC != no.

diffstat:

 external/apache2/mDNSResponder/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 9a9168e85bd8 -r e1649805d9af external/apache2/mDNSResponder/Makefile
--- a/external/apache2/mDNSResponder/Makefile   Sat Nov 28 22:13:34 2009 +0000
+++ b/external/apache2/mDNSResponder/Makefile   Sat Nov 28 22:15:48 2009 +0000
@@ -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 $
+
+.include <bsd.own.mk>
 
-SUBDIR=        usr.bin usr.sbin nss
+SUBDIR=        usr.bin usr.sbin
+.if (${MKPIC} != "no")
+SUBDIR+= nss
+.endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index