diff options
author | antoine <antoine@FreeBSD.org> | 2010-02-28 14:41:28 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2010-02-28 14:41:28 +0000 |
commit | 78e9b96907612d2e91ecbff1c411a0725ada8f12 (patch) | |
tree | ed1d67008796a956e46a1375ff1d6ddacf037cbc /tools/build/mk/OptionalObsoleteFiles.inc | |
parent | 443c579049e8e49ab83fab464c50ea4609374371 (diff) | |
download | FreeBSD-src-78e9b96907612d2e91ecbff1c411a0725ada8f12.zip FreeBSD-src-78e9b96907612d2e91ecbff1c411a0725ada8f12.tar.gz |
Add files to remove when MK_PORTSNAP=no.
Diffstat (limited to 'tools/build/mk/OptionalObsoleteFiles.inc')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index ca85c27..30a93d1 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1779,6 +1779,15 @@ OLD_FILES+=usr/share/man/man1/pkg_updating.1.gz OLD_FILES+=usr/share/man/man1/pkg_version.1.gz .endif +.if ${MK_PORTSNAP} == no +OLD_FILES+=etc/portsnap.conf +OLD_FILES+=usr/libexec/make_index +OLD_FILES+=usr/libexec/phttpget +OLD_FILES+=usr/sbin/portsnap +OLD_FILES+=usr/share/examples/etc/portsnap.conf +OLD_FILES+=usr/share/man/man8/portsnap.8.gz +.endif + .if ${MK_PROFILE} == no OLD_FILES+=usr/lib/libalias_cuseeme_p.a OLD_FILES+=usr/lib/libalias_dummy_p.a |