xref: /netbsd-src/usr.sbin/npf/Makefile (revision 6cf6fe02a981b55727c49c3d37b0d8191a98c0ee)
1# $NetBSD: Makefile,v 1.5 2014/08/02 23:57:40 rmind Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=		npfctl
6
7.if ${MKRUMP} != "no" && ${MKPIC} != "no"
8SUBDIR+=	npftest
9.endif
10
11MAN=		npf.7
12
13.include <bsd.man.mk>
14.include <bsd.subdir.mk>
15