aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-04-26 22:02:51 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-04-26 22:02:51 +0000
commit46dccdb28438fee34fbbb9ea033cddecda7602a2 (patch)
treef94176d6d18d61049a2e9aa24498e740f00a7a20 /usr.bin
parent60dd73b78b747e0d4339a685e91988387fe72690 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rlogin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index 195bffbb0b15..abf4a826a541 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -7,4 +7,6 @@ BINOWN= root
BINMODE=4555
PRECIOUSPROG=
+WARNS?= 3
+
.include <bsd.prog.mk>