OptionalObsoleteFiles.inc: add bearssl, secureboot, veriexec.
Sponsored by: Klara, Inc. MFC after: 1 week
This commit is contained in:
parent
7ea1cac248
commit
f419a28349
@ -178,6 +178,15 @@ OLD_FILES+=usr/share/man/man8/autounmountd.8.gz
|
|||||||
OLD_DIRS+=etc/autofs
|
OLD_DIRS+=etc/autofs
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MK_BEARSSL} == no
|
||||||
|
OLD_FILES+=usr/lib/libbearssl.a
|
||||||
|
OLD_FILES+=usr/lib/libbearssl.so
|
||||||
|
OLD_LIBS+=usr/lib/libbearssl.so.5
|
||||||
|
OLD_FILES+=usr/lib/libsecureboot.a
|
||||||
|
OLD_FILES+=usr/lib/libsecureboot.so
|
||||||
|
OLD_LIBS+=usr/lib/libsecureboot.so.5
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${MK_BHYVE} == no
|
.if ${MK_BHYVE} == no
|
||||||
OLD_FILES+=usr/lib/libvmmapi.a
|
OLD_FILES+=usr/lib/libvmmapi.a
|
||||||
OLD_FILES+=usr/lib/libvmmapi.so
|
OLD_FILES+=usr/lib/libvmmapi.so
|
||||||
@ -9659,6 +9668,14 @@ OLD_FILES+=usr/share/man/man8/lastlogin.8.gz
|
|||||||
OLD_FILES+=usr/share/man/man8/utx.8.gz
|
OLD_FILES+=usr/share/man/man8/utx.8.gz
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MK_VERIEXEC} == no
|
||||||
|
OLD_FILES+=sbin/veriexec
|
||||||
|
OLD_FILES+=usr/share/man/man8/veriexec.8.gz
|
||||||
|
OLD_FILES+=usr/lib/libveriexec.a
|
||||||
|
OLD_FILES+=usr/lib/libveriexec.so
|
||||||
|
OLD_LIBS+=usr/lib/libveriexec.so.5
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${MK_VI} == no
|
.if ${MK_VI} == no
|
||||||
OLD_FILES+=etc/rc.d/virecover
|
OLD_FILES+=etc/rc.d/virecover
|
||||||
OLD_FILES+=rescue/ex
|
OLD_FILES+=rescue/ex
|
||||||
|
Loading…
Reference in New Issue
Block a user