mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 23:45:12 -04:00
Add files to remove when MK_CPP=no.
This commit is contained in:
parent
48cd7df296
commit
682e107237
1 changed files with 4 additions and 3 deletions
|
|
@ -624,9 +624,10 @@ OLD_FILES+=usr/share/man/man8/zfs.8.gz
|
|||
OLD_FILES+=usr/share/man/man8/zpool.8.gz
|
||||
.endif
|
||||
|
||||
#.if ${MK_CPP} == no
|
||||
# to be filled in
|
||||
#.endif
|
||||
.if ${MK_CPP} == no
|
||||
OLD_FILES+=usr/bin/cpp
|
||||
OLD_FILES+=usr/share/man/man1/cpp.1.gz
|
||||
.endif
|
||||
|
||||
#.if ${MK_CRYPT} == no
|
||||
# to be filled in
|
||||
|
|
|
|||
Loading…
Reference in a new issue