xref: /netbsd-src/usr.sbin/npf/Makefile (revision a6ad2858b459bff8d78316fb9a5a53ce37317e55)
1# $NetBSD: Makefile,v 1.7 2019/07/25 00:02:55 rmind Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=		npfctl npfd
6
7.if ${MKRUMP} != "no" && ${MKPIC} != "no"
8SUBDIR+=	npftest
9.endif
10
11MAN=		npf.7 npf-params.7
12
13.include <bsd.man.mk>
14.include <bsd.subdir.mk>
15