1# $NetBSD: Makefile,v 1.7 2019/07/25 00:02:55 rmind Exp $ 2 3.include <bsd.own.mk> 4 5SUBDIR= npfctl npfd 6 7.if ${MKRUMP} != "no" && ${MKPIC} != "no" 8SUBDIR+= npftest 9.endif 10 11MAN= npf.7 npf-params.7 12 13.include <bsd.man.mk> 14.include <bsd.subdir.mk> 15