aboutsummaryrefslogtreecommitdiff
path: root/sbin/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 /sbin/Makefile
parent352c016bc1b126fffab439df6f578756e4b425be (diff)
downloadsrc-42a859525652decb08bba47ffaceb769d394175e.tar.gz
src-42a859525652decb08bba47ffaceb769d394175e.zip
Notes
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 7411493fdb20..9ee8ea37e529 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -78,6 +78,10 @@ SUBDIR=adjkerntz \
SUBDIR+= atm
.endif
+.if ${MK_CASPER} != "no"
+SUBDIR+= casperd
+.endif
+
.if ${MK_CXX} != "no"
SUBDIR+= devd
.endif