Module Name: src
Committed By: martin
Date: Thu Sep 13 21:02:50 UTC 2012
Modified Files:
src/usr.sbin/npf: Makefile
Log Message:
Do not build npftest without shared libraries - it can't work.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/npf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/npf/Makefile
diff -u src/usr.sbin/npf/Makefile:1.3 src/usr.sbin/npf/Makefile:1.4
--- src/usr.sbin/npf/Makefile:1.3 Wed Sep 12 19:20:37 2012
+++ src/usr.sbin/npf/Makefile Thu Sep 13 21:02:50 2012
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2012/09/12 19:20:37 rjs Exp $
+# $NetBSD: Makefile,v 1.4 2012/09/13 21:02:50 martin Exp $
.include <bsd.own.mk>
SUBDIR= npfctl
-.if (${MKRUMP} != "no")
+.if ${MKRUMP} != "no" && ${MKPIC} != "no"
SUBDIR+= npftest
.endif