diff --git a/usr.sbin/npf/Makefile b/usr.sbin/npf/Makefile index 46b7674de140..3660501c8729 100644 --- a/usr.sbin/npf/Makefile +++ b/usr.sbin/npf/Makefile @@ -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 SUBDIR= npfctl -.if (${MKRUMP} != "no") +.if ${MKRUMP} != "no" && ${MKPIC} != "no" SUBDIR+= npftest .endif