NetBSD/usr.sbin/pf/Makefile

21 lines
336 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2005/08/23 12:12:56 peter Exp $
2004-11-14 23:27:13 +03:00
.include <bsd.own.mk>
SUBDIR= authpf
SUBDIR+= ftp-proxy
SUBDIR+= pfctl
2005-04-04 23:11:18 +04:00
SUBDIR+= pflogd
SUBDIR+= man
2004-11-14 23:27:13 +03:00
.if (${MKSHARE} != "no")
SUBDIR+= examples
.endif
2004-11-14 23:27:13 +03:00
configinstall:
${MAKEDIRTARGET} etc configinstall
${MAKEDIRTARGET} etc/defaults configinstall
.include <bsd.subdir.mk>