diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2015-04-29 22:46:30 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2015-04-29 22:46:30 +0000 |
| commit | 7f6cee33767d9fe6b1de06384bc492cc0782fdbc (patch) | |
| tree | 6111f4b2305b97f969fa1c0ba2e0d99bb4f37108 /ObsoleteFiles.inc | |
| parent | 37c6848ce6a7f0204d125fe2860621d98c20d61c (diff) | |
Notes
Diffstat (limited to 'ObsoleteFiles.inc')
| -rw-r--r-- | ObsoleteFiles.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 53f8586a1a6b..611db6034431 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -345,6 +345,10 @@ OLD_FILES+=usr/lib/debug/usr/lib32/i18n OLD_FILES+=usr/lib/debug/usr/lib32/private # 20141015: OpenSSL 1.0.1j import OLD_FILES+=usr/share/openssl/man/man3/CMS_sign_add1_signer.3.gz +.if ${MK_GCC} == "no" +# 20141009: gperf disabled by default +OLD_FILES+=usr/bin/gperf +.endif # 20140922: sleepq_calc_signal_retval.9 and sleepq_catch_signals.9 removed OLD_FILES+=usr/share/man/man9/sleepq_calc_signal_retval.9.gz OLD_FILES+=usr/share/man/man9/sleepq_catch_signals.9.gz |
