Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/npf Do not build npftest without shared libraries -...
details: https://anonhg.NetBSD.org/src/rev/65a13da5bba9
branches: trunk
changeset: 781540:65a13da5bba9
user: martin <martin%NetBSD.org@localhost>
date: Thu Sep 13 21:02:50 2012 +0000
description:
Do not build npftest without shared libraries - it can't work.
diffstat:
usr.sbin/npf/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r ac448b32de24 -r 65a13da5bba9 usr.sbin/npf/Makefile
--- a/usr.sbin/npf/Makefile Thu Sep 13 17:45:07 2012 +0000
+++ b/usr.sbin/npf/Makefile Thu Sep 13 21:02:50 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index