]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
Respect WITHOUT_BOOTPD in src.conf when running make delete-old
authorbapt <bapt@FreeBSD.org>
Sat, 10 Dec 2016 12:26:49 +0000 (12:26 +0000)
committerbapt <bapt@FreeBSD.org>
Sat, 10 Dec 2016 12:26:49 +0000 (12:26 +0000)
PR: 213720
Submitted by: philippe.michel7@sfr.fr
MFC after: 2 days

tools/build/mk/OptionalObsoleteFiles.inc

index ca71424e5cb34bd2f1ad13cd05b3a8a523a1d099..d798b27a04e3dbe45eccf1f101ebe751780f5868 100644 (file)
@@ -656,6 +656,17 @@ OLD_FILES+=usr/share/man/man8/bootparamd.8.gz
 OLD_FILES+=usr/sbin/callbootd
 .endif
 
+.if ${MK_BOOTPD} == no
+OLD_FILES+=usr/libexec/bootpd
+OLD_FILES+=usr/share/man/man5/bootptab.5.gz
+OLD_FILES+=usr/share/man/man8/bootpd.8.gz
+OLD_FILES+=usr/libexec/bootpgw
+OLD_FILES+=usr/sbin/bootpef
+OLD_FILES+=usr/share/man/man8/bootpef.8.gz
+OLD_FILES+=usr/sbin/bootptest
+OLD_FILES+=usr/share/man/man8/bootptest.8.gz
+.endif
+
 .if ${MK_BSD_CPIO} == no
 OLD_FILES+=usr/bin/bsdcpio
 OLD_FILES+=usr/bin/cpio