Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2012/09/12 19:20:37 rjs Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=		npfctl
6
7.if (${MKRUMP} != "no")
8SUBDIR+=	npftest
9.endif
10
11.include <bsd.subdir.mk>
12