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