Do not build npftest without shared libraries - it can't work.

This commit is contained in:
martin 2012-09-13 21:02:50 +00:00
parent f9c0aa05f4
commit 5a79cb1f57
1 changed files with 2 additions and 2 deletions

View File

@ -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