mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Respect WITHOUT_BOOTPARAMD in src.conf when running make delete-old
PR: 213721 Submitted by: philippe.michel7@sfr.fr MFC after: 2 days
This commit is contained in:
parent
53a04062b4
commit
06af16fb5b
1 changed files with 7 additions and 0 deletions
|
|
@ -649,6 +649,13 @@ OLD_FILES+=usr/share/man/man8/zfsboot.8.gz
|
|||
OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_BOOTPARAMD} == no
|
||||
OLD_FILES+=usr/sbin/bootparamd
|
||||
OLD_FILES+=usr/share/man/man5/bootparams.5.gz
|
||||
OLD_FILES+=usr/share/man/man8/bootparamd.8.gz
|
||||
OLD_FILES+=usr/sbin/callbootd
|
||||
.endif
|
||||
|
||||
.if ${MK_BSD_CPIO} == no
|
||||
OLD_FILES+=usr/bin/bsdcpio
|
||||
OLD_FILES+=usr/bin/cpio
|
||||
|
|
|
|||
Loading…
Reference in a new issue