summaryrefslogtreecommitdiff
path: root/usr.sbin/npf/Makefile
blob: 363d855e0e1cd8c76e45ad95c28e406e98e81394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.7 2019/07/25 00:02:55 rmind Exp $

.include <bsd.own.mk>

SUBDIR=		npfctl npfd

.if ${MKRUMP} != "no" && ${MKPIC} != "no"
SUBDIR+=	npftest
.endif

MAN=		npf.7 npf-params.7

.include <bsd.man.mk>
.include <bsd.subdir.mk>