NetBSD/usr.sbin/npf/Makefile

15 lines
234 B
Makefile
Raw Normal View History

2017-01-07 20:27:02 +03:00
# $NetBSD: Makefile,v 1.6 2017/01/07 17:27:02 christos Exp $
2012-09-12 23:20:37 +04:00
.include <bsd.own.mk>
2017-01-07 20:27:02 +03:00
SUBDIR= npfctl npfd
2012-09-12 23:20:37 +04:00
.if ${MKRUMP} != "no" && ${MKPIC} != "no"
2012-09-12 23:20:37 +04:00
SUBDIR+= npftest
.endif
MAN= npf.7
.include <bsd.man.mk>
.include <bsd.subdir.mk>