aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/col
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-08-02 01:33:29 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-08-02 01:33:29 +0000
commitbe6a471d725af37b0c8cbd84597605ea6153eefd (patch)
tree1483096a3f95122f6d2065ee2db1da1d6ffd18ce /usr.bin/col
parentf7b485bc4065f7fc178abe30bb485abf48959957 (diff)
Notes
Diffstat (limited to 'usr.bin/col')
-rw-r--r--usr.bin/col/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile
index 9edab17f7698..97b9cde52c0d 100644
--- a/usr.bin/col/Makefile
+++ b/usr.bin/col/Makefile
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= col
-CFLAGS+=-Wall
+WARNS?= 2
.include <bsd.prog.mk>