summaryrefslogtreecommitdiffstats
path: root/usr.bin/col/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-05-02 12:08:28 +0000
committerbapt <bapt@FreeBSD.org>2015-05-02 12:08:28 +0000
commitb76c241652fa695a84e22aa11f21e1a67bedaa3d (patch)
tree51d05dd29a4899fec25be22b397a58df63addfaf /usr.bin/col/Makefile
parent0026949c4135c634d9c22075941ac0fe8d53b881 (diff)
downloadFreeBSD-src-b76c241652fa695a84e22aa11f21e1a67bedaa3d.zip
FreeBSD-src-b76c241652fa695a84e22aa11f21e1a67bedaa3d.tar.gz
Add regression test about reverse line feed to col(1)
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 8e3a959..a162866 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>
OpenPOWER on IntegriCloud