aboutsummaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2013-12-02 08:21:28 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2013-12-02 08:21:28 +0000
commit42a859525652decb08bba47ffaceb769d394175e (patch)
treee5362e2638f535b165335ebb4508efffb47ea68d /libexec/Makefile
parent352c016bc1b126fffab439df6f578756e4b425be (diff)
Notes
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index cf5c12016c04f..e4781b82a7e91 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -6,6 +6,7 @@
SUBDIR= ${_atf} \
${_atrun} \
bootpd \
+ ${_casper} \
${_comsat} \
fingerd \
ftpd \
@@ -38,6 +39,10 @@ SUBDIR= ${_atf} \
_atrun= atrun
.endif
+.if ${MK_CASPER} != "no"
+_casper= casper
+.endif
+
.if ${MK_MAIL} != "no"
_comsat= comsat
.endif