Makefile revision 1.5
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