2005-08-23 16:12:56 +04:00
|
|
|
# $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>
|
2004-11-11 14:54:51 +03:00
|
|
|
|
|
|
|
SUBDIR= authpf
|
|
|
|
SUBDIR+= ftp-proxy
|
|
|
|
SUBDIR+= pfctl
|
2005-04-04 23:11:18 +04:00
|
|
|
SUBDIR+= pflogd
|
2004-11-11 14:54:51 +03:00
|
|
|
|
2004-11-14 14:26:43 +03:00
|
|
|
SUBDIR+= man
|
2004-11-14 23:27:13 +03:00
|
|
|
|
2005-03-15 19:05:03 +03:00
|
|
|
.if (${MKSHARE} != "no")
|
|
|
|
SUBDIR+= examples
|
|
|
|
.endif
|
|
|
|
|
2004-11-14 23:27:13 +03:00
|
|
|
configinstall:
|
|
|
|
${MAKEDIRTARGET} etc configinstall
|
2005-08-23 16:12:56 +04:00
|
|
|
${MAKEDIRTARGET} etc/defaults configinstall
|
2004-11-14 14:26:43 +03:00
|
|
|
|
2004-11-11 14:54:51 +03:00
|
|
|
.include <bsd.subdir.mk>
|