OptionalObsoleteFiles.inc (4e39505449baa89abfdb1d234f540d0e366d793d) | OptionalObsoleteFiles.inc (02629e469fe473d16d61ba41504a373a3b545250) |
---|---|
1# 2# $FreeBSD$ 3# 4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to 5# the check-old and delete-old* targets. 6# 7 8.if ${MK_ACCT} == no --- 130 unchanged lines hidden (view full) --- 139 140.if ${MK_AUTHPF} == no 141OLD_FILES+=usr/sbin/authpf 142OLD_FILES+=usr/sbin/authpf-noip 143OLD_FILES+=usr/share/man/man8/authpf.8.gz 144OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz 145.endif 146 | 1# 2# $FreeBSD$ 3# 4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to 5# the check-old and delete-old* targets. 6# 7 8.if ${MK_ACCT} == no --- 130 unchanged lines hidden (view full) --- 139 140.if ${MK_AUTHPF} == no 141OLD_FILES+=usr/sbin/authpf 142OLD_FILES+=usr/sbin/authpf-noip 143OLD_FILES+=usr/share/man/man8/authpf.8.gz 144OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz 145.endif 146 |
147.if ${MK_BHYVE} == no 148OLD_FILES+=usr/sbin/bhyve 149OLD_FILES+=usr/sbin/bhyvectl 150OLD_FILES+=usr/sbin/bhyveload 151OLD_FILES+=usr/share/examples/bhyve/vmrun.sh 152OLD_FILES+=usr/share/man/man8/bhyve.8.gz 153OLD_FILES+=usr/share/man/man8/bhyveload.8.gz 154OLD_DIRS+=usr/share/examples/bhyve 155.endif 156 |
|
147.if ${MK_BLUETOOTH} == no 148OLD_FILES+=etc/bluetooth/hcsecd.conf 149OLD_FILES+=etc/bluetooth/hosts 150OLD_FILES+=etc/bluetooth/protocols 151OLD_DIRS+=etc/bluetooth 152OLD_FILES+=usr/bin/bthost 153OLD_FILES+=usr/bin/btsockstat 154OLD_FILES+=usr/bin/rfcomm_sppd --- 4861 unchanged lines hidden --- | 157.if ${MK_BLUETOOTH} == no 158OLD_FILES+=etc/bluetooth/hcsecd.conf 159OLD_FILES+=etc/bluetooth/hosts 160OLD_FILES+=etc/bluetooth/protocols 161OLD_DIRS+=etc/bluetooth 162OLD_FILES+=usr/bin/bthost 163OLD_FILES+=usr/bin/btsockstat 164OLD_FILES+=usr/bin/rfcomm_sppd --- 4861 unchanged lines hidden --- |