diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-10 12:21:24 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-10 12:21:24 +0000 |
| commit | 53a04062b444b6239725bec82a54022cf7f424a3 (patch) | |
| tree | 3590b3f75ec685b18ddc00e1cd1b295810e493e8 /tools | |
| parent | 87ac01ca0849ccfffb5d7527ff4893c6d959d18e (diff) | |
Notes
Diffstat (limited to 'tools')
| -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 43d3a533c2834..a0020d1396215 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -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 |
