mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Obsolute /usr/bin/gperf for non-gcc enabled targets.
Leave it as valid for mips/sparc64 gcc enabled targets. Reviewed by: imp@
This commit is contained in:
parent
37c6848ce6
commit
7f6cee3376
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue