23 lines
372 B
Makefile
23 lines
372 B
Makefile
# $NetBSD: Makefile,v 1.9 2010/05/07 17:41:58 degroote Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= authpf
|
|
SUBDIR+= ftp-proxy
|
|
SUBDIR+= pfctl
|
|
SUBDIR+= pflogd
|
|
SUBDIR+= pfs
|
|
SUBDIR+= tftp-proxy
|
|
|
|
SUBDIR+= man
|
|
|
|
.if (${MKSHARE} != "no")
|
|
SUBDIR+= examples
|
|
.endif
|
|
|
|
configinstall:
|
|
${MAKEDIRTARGET} etc configinstall
|
|
${MAKEDIRTARGET} etc/defaults configinstall
|
|
|
|
.include <bsd.subdir.mk>
|