blob: ce740c25a24e3240c8e1ffdaa831fe390173ff2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $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>
|