NetBSD/usr.sbin/pf/Makefile

20 lines
291 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2005/06/27 20:32:40 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
.include <bsd.subdir.mk>