15 lines
226 B
Makefile
15 lines
226 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/08/02 23:57:40 rmind Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= npfctl
|
|
|
|
.if ${MKRUMP} != "no" && ${MKPIC} != "no"
|
|
SUBDIR+= npftest
|
|
.endif
|
|
|
|
MAN= npf.7
|
|
|
|
.include <bsd.man.mk>
|
|
.include <bsd.subdir.mk>
|