summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-01-09 19:13:56 +0000
committerantoine <antoine@FreeBSD.org>2010-01-09 19:13:56 +0000
commitc06b0ac5c7a7dd7c52ed3bf3b656030e0ec3dd6f (patch)
treedad3af99433f7e3ecfa5836ffe8c3d956091e93e /tools
parentafce8c25b56ffee8c39d8af1e493e3f747ad5336 (diff)
downloadFreeBSD-src-c06b0ac5c7a7dd7c52ed3bf3b656030e0ec3dd6f.zip
FreeBSD-src-c06b0ac5c7a7dd7c52ed3bf3b656030e0ec3dd6f.tar.gz
Add files to remove when MK_AUTHPF=no.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 3906e57..c2a33a1 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -135,9 +135,10 @@ OLD_FILES+=usr/share/man/man8/audit.8.gz
OLD_FILES+=usr/share/man/man8/auditd.8.gz
.endif
-#.if ${MK_AUTHPF} == no
-# to be filled in
-#.endif
+.if ${MK_AUTHPF} == no
+OLD_FILES+=usr/sbin/authpf
+OLD_FILES+=usr/share/man/man8/authpf.8.gz
+.endif
.if ${MK_BIND} == no
OLD_FILES+=usr/bin/dig
OpenPOWER on IntegriCloud