aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2011-04-27 17:36:37 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2011-04-27 17:36:37 +0000
commita011c62e8b30c23d4eeae7b7b6503f8239e13d6e (patch)
tree9db20328494852fd4642adcaf5e76abc00a93d58 /usr.bin
parent7126ba42f6aed181e974246d46bfe3409da8b8ac (diff)
downloadsrc-a011c62e8b30c23d4eeae7b7b6503f8239e13d6e.tar.gz
src-a011c62e8b30c23d4eeae7b7b6503f8239e13d6e.zip
Raise rlogin back to a WARNS level of 6.
Tested by: make universe
Notes
Notes: svn path=/head/; revision=221123
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rlogin/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index abf4a826a541..195bffbb0b15 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -7,6 +7,4 @@ BINOWN= root
BINMODE=4555
PRECIOUSPROG=
-WARNS?= 3
-
.include <bsd.prog.mk>