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.10
1#	$NetBSD: Makefile,v 1.10 2025/05/25 19:03:30 rillig 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: .MAKE
19	${MAKEDIRTARGET} etc configinstall
20	${MAKEDIRTARGET} etc/defaults configinstall
21
22.include <bsd.subdir.mk>
23

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