Cross Reference: Makefile
xref: /src/usr.sbin/pf/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/pf/
Makefile revision 1.8
1#	$NetBSD: Makefile,v 1.8 2008/06/18 09:06:28 yamt Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=		authpf
6SUBDIR+=	ftp-proxy
7SUBDIR+=	pfctl
8SUBDIR+=	pflogd
9SUBDIR+=	tftp-proxy
10
11SUBDIR+=	man
12
13.if (${MKSHARE} != "no")
14SUBDIR+=	examples
15.endif
16
17configinstall:
18	${MAKEDIRTARGET} etc configinstall
19	${MAKEDIRTARGET} etc/defaults configinstall
20
21.include <bsd.subdir.mk>
22

Indexes created Mon Nov 10 17:20:41 GMT 2025