aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/col/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/col/Makefile')
-rw-r--r--usr.bin/col/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile
index 8e3a95948f3f..a16286611902 100644
--- a/usr.bin/col/Makefile
+++ b/usr.bin/col/Makefile
@@ -1,6 +1,12 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
+.include <src.opts.mk>
+
PROG= col
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>