mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
Add file to remove when MK_IDEA=no.
This commit is contained in:
parent
b6d220d05b
commit
a2ccbc2954
1 changed files with 4 additions and 0 deletions
|
|
@ -894,6 +894,10 @@ OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
|
|||
# to be filled in
|
||||
#.endif
|
||||
|
||||
.if ${MK_IDEA} == no
|
||||
OLD_FILES+=usr/include/openssl/idea.h
|
||||
.endif
|
||||
|
||||
.if ${MK_INET6} == no
|
||||
OLD_FILES+=rescue/ping6
|
||||
OLD_FILES+=sbin/ping6
|
||||
|
|
|
|||
Loading…
Reference in a new issue