NetBSD/usr.sbin/pf/Makefile
yamt fff57c5525 merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@.  requested by core@
2008-06-18 09:06:25 +00:00

22 lines
355 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/06/18 09:06:28 yamt Exp $
.include <bsd.own.mk>
SUBDIR= authpf
SUBDIR+= ftp-proxy
SUBDIR+= pfctl
SUBDIR+= pflogd
SUBDIR+= tftp-proxy
SUBDIR+= man
.if (${MKSHARE} != "no")
SUBDIR+= examples
.endif
configinstall:
${MAKEDIRTARGET} etc configinstall
${MAKEDIRTARGET} etc/defaults configinstall
.include <bsd.subdir.mk>