Respect WITHOUT_RBOOTD in src.conf when running make delete-old
PR: 213722 Submitted by: philippe.michel7@sfr.fr MFC after: 2 days
This commit is contained in:
parent
87ac01ca08
commit
53a04062b4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309799
@ -6861,6 +6861,11 @@ OLD_FILES+=usr/share/man/man8/quotaon.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/repquota.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_RBOOTD} == no
|
||||
OLD_FILES+=usr/libexec/rbootd
|
||||
OLD_FILES+=usr/share/man/man8/rbootd.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_RCMDS} == no
|
||||
OLD_FILES+=bin/rcp
|
||||
OLD_FILES+=etc/rc.d/rwho
|
||||
|
Loading…
Reference in New Issue
Block a user