summaryrefslogtreecommitdiffstats
path: root/usr.bin/column/Makefile
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>1998-12-06 22:58:23 +0000
committerarchie <archie@FreeBSD.org>1998-12-06 22:58:23 +0000
commit167c036e91fb24a62d627d16a2f3afa6d875c9e2 (patch)
treee40a696092a51458b052ff258b3700d51fc2ca09 /usr.bin/column/Makefile
parent3f56407712318be6faa0b98ad8db4b5a83ef4c93 (diff)
downloadFreeBSD-src-167c036e91fb24a62d627d16a2f3afa6d875c9e2.zip
FreeBSD-src-167c036e91fb24a62d627d16a2f3afa6d875c9e2.tar.gz
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
Diffstat (limited to 'usr.bin/column/Makefile')
-rw-r--r--usr.bin/column/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/column/Makefile b/usr.bin/column/Makefile
index 1c304e2..33de9f6 100644
--- a/usr.bin/column/Makefile
+++ b/usr.bin/column/Makefile
@@ -1,5 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= column
+CFLAGS+=-Wall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud