diff options
author | antoine <antoine@FreeBSD.org> | 2013-08-26 17:21:40 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-08-26 17:21:40 +0000 |
commit | f0d4afc2d22c312538db585fbb156564f99cc991 (patch) | |
tree | 4c5ae21517280825be9620415f2a1150cac9ecff /tools/build | |
parent | b9f2235800c8f403ce5daffbb1da3ed52a62db9c (diff) | |
download | FreeBSD-src-f0d4afc2d22c312538db585fbb156564f99cc991.zip FreeBSD-src-f0d4afc2d22c312538db585fbb156564f99cc991.tar.gz |
Add more obsolete files.
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 633ead0..febe85a 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1600,6 +1600,11 @@ OLD_FILES+=usr/share/man/man1/gdbserver.1.gz OLD_FILES+=usr/share/man/man1/kgdb.1.gz .endif +.if ${MK_GNU_PATCH} == no +OLD_FILES+=usr/bin/bsdpatch +OLD_FILES+=usr/share/man/man1/bsdpatch.1.gz +.endif + .if ${MK_GPIB} == no OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h OLD_FILES+=usr/include/dev/ieee488/ugpib.h |