summaryrefslogtreecommitdiff
path: root/usr.sbin/npf/Makefile
blob: 3660501c872999dcd3212297b29daadf1e19c8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile,v 1.4 2012/09/13 21:02:50 martin Exp $

.include <bsd.own.mk>

SUBDIR=		npfctl

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

.include <bsd.subdir.mk>