Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / usr.sbin / pf / Makefile
blobcbdcaa1be15266544b20b8e0601aa1c307fd0e6f
1 # $NetBSD: Makefile,v 1.7 2005/08/23 12:12:56 peter Exp $
3 .include <bsd.own.mk>
5 SUBDIR= authpf
6 SUBDIR+= ftp-proxy
7 SUBDIR+= pfctl
8 SUBDIR+= pflogd
9 SUBDIR+= tftp-proxy
11 SUBDIR+= man
13 .if (${MKSHARE} != "no")
14 SUBDIR+= examples
15 .endif
17 configinstall:
18 ${MAKEDIRTARGET} etc configinstall
19 ${MAKEDIRTARGET} etc/defaults configinstall
21 .include <bsd.subdir.mk>