aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/head/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/head/Makefile')
-rw-r--r--usr.bin/head/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/head/Makefile b/usr.bin/head/Makefile
index 5536d6c5a53d..b966f8165795 100644
--- a/usr.bin/head/Makefile
+++ b/usr.bin/head/Makefile
@@ -8,4 +8,10 @@ PROG= head
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
+.if ${MK_CASPER} != "no" && !defined(RESCUE)
+LIBADD+= casper
+LIBADD+= cap_fileargs
+CFLAGS+=-DWITH_CASPER
+.endif
+
.include <bsd.prog.mk>