summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-20 01:12:46 +0000
committerdd <dd@FreeBSD.org>2001-06-20 01:12:46 +0000
commit8a3438e4932ef13ca11728389d9d9699dfe542ab (patch)
treece81f182e68eed80e1ae284f01e592162640c021 /usr.bin
parenta925159d667ae8d62369eedff86c5f40b63ecbe0 (diff)
downloadFreeBSD-src-8a3438e4932ef13ca11728389d9d9699dfe542ab.zip
FreeBSD-src-8a3438e4932ef13ca11728389d9d9699dfe542ab.tar.gz
This compiles cleanly with WARNS=2; make sure it stays that way.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/expand/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile
index 8e1369c..9d76bdd 100644
--- a/usr.bin/expand/Makefile
+++ b/usr.bin/expand/Makefile
@@ -1,7 +1,8 @@
-# @(#)Makefile 8.1 (Berkeley) 6/9/93
+# From: @(#)Makefile 8.1 (Berkeley) 6/9/93
+# $FreeBSD$
PROG= expand
-CFLAGS+=-Wall
+WARNS?= 2
MLINKS= expand.1 unexpand.1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud