aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/env/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-08-02 02:25:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-08-02 02:25:58 +0000
commitacdac90a5aeaafe53bddf229fde5998857141cd8 (patch)
tree1ebe6358d92100b2b89920d24c14c4b191d09c73 /usr.bin/env/Makefile
parent77f2b97a800d89922106dfb9e3feb0d3bca92bed (diff)
Notes
Diffstat (limited to 'usr.bin/env/Makefile')
-rw-r--r--usr.bin/env/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/env/Makefile b/usr.bin/env/Makefile
index fadfd080aa69..ebfcca550bd1 100644
--- a/usr.bin/env/Makefile
+++ b/usr.bin/env/Makefile
@@ -1,7 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= env
-CFLAGS+=-Wall
+WARNS?= 2
NOMAN= noman
.include <bsd.prog.mk>