summaryrefslogtreecommitdiff
path: root/usr.bin/banner
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-02-08 22:31:43 +0000
committerMark Murray <markm@FreeBSD.org>2002-02-08 22:31:43 +0000
commit91bd71d2060cd302015f7dd6e7b891014552dba4 (patch)
treeaa16787e0c6c78a7e6e414ce1af3f40bac42f8e5 /usr.bin/banner
parent2bbc414f5213e098c54d3ef1bd9735eb1aeed646 (diff)
downloadsrc-test2-91bd71d2060cd302015f7dd6e7b891014552dba4.tar.gz
src-test2-91bd71d2060cd302015f7dd6e7b891014552dba4.zip
Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.
Notes
Notes: svn path=/head/; revision=90415
Diffstat (limited to 'usr.bin/banner')
-rw-r--r--usr.bin/banner/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile
index 320a66c73b4f..67d4ba7fecd1 100644
--- a/usr.bin/banner/Makefile
+++ b/usr.bin/banner/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= banner
-WARNS?= 2
MAN= banner.6
.include <bsd.prog.mk>