mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Honor WITHOUT_CASPER.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
fa804a465d
commit
a9e4b73480
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259683
@ -358,6 +358,13 @@ OLD_DIRS+=usr/share/calendar
|
||||
OLD_FILES+=usr/share/man/man1/calendar.1.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_CASPER} == no
|
||||
OLD_FILES+=etc/rc.d/casperd
|
||||
OLD_LIBS+=lib/libcasper.so.0
|
||||
OLD_FILES+=sbin/casper
|
||||
OLD_FILES+=usr/lib/libcasper.a
|
||||
.endif
|
||||
|
||||
.if ${MK_CDDL} == no
|
||||
OLD_LIBS+=lib/libavl.so.2
|
||||
OLD_LIBS+=lib/libctf.so.2
|
||||
|
Loading…
Reference in New Issue
Block a user