summaryrefslogtreecommitdiff
path: root/usr.bin/users
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-12-11 23:27:23 +0000
committerMark Murray <markm@FreeBSD.org>2001-12-11 23:27:23 +0000
commit7e52b238c7465a43e85dd654450be66f6f20c5a9 (patch)
tree86c6558243768d0d8a642e1462362da4a1a78c8e /usr.bin/users
parent1a27f4f2c3efb03d2f035757d856beff7ddf480f (diff)
downloadsrc-test2-7e52b238c7465a43e85dd654450be66f6f20c5a9.tar.gz
src-test2-7e52b238c7465a43e85dd654450be66f6f20c5a9.zip
WARNS=2 is going to become the default, so remove it from here.
Notes
Notes: svn path=/head/; revision=87700
Diffstat (limited to 'usr.bin/users')
-rw-r--r--usr.bin/users/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/users/Makefile b/usr.bin/users/Makefile
index 7e0c8d252a57..3d6524bc7a29 100644
--- a/usr.bin/users/Makefile
+++ b/usr.bin/users/Makefile
@@ -2,6 +2,5 @@
# $FreeBSD$
PROG= users
-WARNS?= 2
.include <bsd.prog.mk>