Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 2005/06/27 20:32:40 peter Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=		authpf
6SUBDIR+=	ftp-proxy
7SUBDIR+=	pfctl
8SUBDIR+=	pflogd
9
10SUBDIR+=	man
11
12.if (${MKSHARE} != "no")
13SUBDIR+=	examples
14.endif
15
16configinstall:
17	${MAKEDIRTARGET} etc configinstall
18
19.include <bsd.subdir.mk>
20