aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/paste/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/paste/Makefile')
-rw-r--r--usr.bin/paste/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/paste/Makefile b/usr.bin/paste/Makefile
index e4f9e6d817b5..33fcb91db84d 100644
--- a/usr.bin/paste/Makefile
+++ b/usr.bin/paste/Makefile
@@ -1,3 +1,11 @@
+.include <src.opts.mk>
+
PROG= paste
+.if ${MK_CASPER} != "no" && !defined(RESCUE)
+LIBADD+= casper
+LIBADD+= cap_fileargs
+CFLAGS+= -DWITH_CASPER
+.endif
+
.include <bsd.prog.mk>