1# $NetBSD: Makefile,v 1.4 2012/09/13 21:02:50 martin Exp $ 2 3.include <bsd.own.mk> 4 5SUBDIR= npfctl 6 7.if ${MKRUMP} != "no" && ${MKPIC} != "no" 8SUBDIR+= npftest 9.endif 10 11.include <bsd.subdir.mk> 12