aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/wc/Makefile')
-rw-r--r--usr.bin/wc/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/wc/Makefile b/usr.bin/wc/Makefile
new file mode 100644
index 000000000000..e4fe6cb452d6
--- /dev/null
+++ b/usr.bin/wc/Makefile
@@ -0,0 +1,15 @@
+.include <src.opts.mk>
+
+PROG= wc
+LIBADD= xo
+
+.if ${MK_CASPER} != "no"
+LIBADD+= casper
+LIBADD+= cap_fileargs
+CFLAGS+=-DWITH_CASPER
+.endif
+
+HAS_TESTS=
+SUBDIR.${MK_TESTS}= tests
+
+.include <bsd.prog.mk>