NetBSD/usr.sbin/npf/Makefile

12 lines
171 B
Makefile
Raw Normal View History

2012-09-12 23:20:37 +04:00
# $NetBSD: Makefile,v 1.3 2012/09/12 19:20:37 rjs Exp $
2012-09-12 23:20:37 +04:00
.include <bsd.own.mk>
SUBDIR= npfctl
.if (${MKRUMP} != "no")
SUBDIR+= npftest
.endif
.include <bsd.subdir.mk>