summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-02-28 14:43:55 +0000
committerantoine <antoine@FreeBSD.org>2010-02-28 14:43:55 +0000
commit01a68ffd1a979000a48f9032fd2221cc636f8fc3 (patch)
tree71d09178198c62ad08a04665899b27a15c1d0ddf /tools
parent78e9b96907612d2e91ecbff1c411a0725ada8f12 (diff)
downloadFreeBSD-src-01a68ffd1a979000a48f9032fd2221cc636f8fc3.zip
FreeBSD-src-01a68ffd1a979000a48f9032fd2221cc636f8fc3.tar.gz
Add files to remove when MK_PPP=no.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 30a93d1..dd5497e 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1788,6 +1788,14 @@ OLD_FILES+=usr/share/examples/etc/portsnap.conf
OLD_FILES+=usr/share/man/man8/portsnap.8.gz
.endif
+.if ${MK_PPP} == no
+OLD_FILES+=etc/ppp/ppp.conf
+OLD_FILES+=usr/sbin/ppp
+OLD_FILES+=usr/sbin/pppctl
+OLD_FILES+=usr/share/man/man8/ppp.8.gz
+OLD_FILES+=usr/share/man/man8/pppctl.8.gz
+.endif
+
.if ${MK_PROFILE} == no
OLD_FILES+=usr/lib/libalias_cuseeme_p.a
OLD_FILES+=usr/lib/libalias_dummy_p.a
OpenPOWER on IntegriCloud