xref: /netbsd-src/usr.sbin/pf/Makefile (revision ca38e323d1f443a8e1c11396e5ecea9d10d396e2)
1#	$NetBSD: Makefile,v 1.9 2010/05/07 17:41:58 degroote Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=		authpf
6SUBDIR+=	ftp-proxy
7SUBDIR+=	pfctl
8SUBDIR+=	pflogd
9SUBDIR+=	pfs
10SUBDIR+=	tftp-proxy
11
12SUBDIR+=	man
13
14.if (${MKSHARE} != "no")
15SUBDIR+=	examples
16.endif
17
18configinstall:
19	${MAKEDIRTARGET} etc configinstall
20	${MAKEDIRTARGET} etc/defaults configinstall
21
22.include <bsd.subdir.mk>
23