xref: /netbsd-src/usr.sbin/npf/Makefile (revision 49d8c9ecf4abd21261269266ef64939f71b3cd09)
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