1
0
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:
Glen Barber 2013-12-21 15:16:28 +00:00
parent fa804a465d
commit a9e4b73480
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259683

View File

@ -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