ca38e323d1
pfs(8) is a tool similar to ipfs(8) but for pf(4). It allows the admin to dump internal configuration of pf, and restore at a latter point, after a maintenance reboot for example, in a transparent way for user. This work has been done mostly during my GSoC 2009 No objections on tech-net@
23 lines
372 B
Makefile
23 lines
372 B
Makefile
# $NetBSD: Makefile,v 1.9 2010/05/07 17:41:58 degroote Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= authpf
|
|
SUBDIR+= ftp-proxy
|
|
SUBDIR+= pfctl
|
|
SUBDIR+= pflogd
|
|
SUBDIR+= pfs
|
|
SUBDIR+= tftp-proxy
|
|
|
|
SUBDIR+= man
|
|
|
|
.if (${MKSHARE} != "no")
|
|
SUBDIR+= examples
|
|
.endif
|
|
|
|
configinstall:
|
|
${MAKEDIRTARGET} etc configinstall
|
|
${MAKEDIRTARGET} etc/defaults configinstall
|
|
|
|
.include <bsd.subdir.mk>
|