diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2011-04-26 22:02:51 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2011-04-26 22:02:51 +0000 |
| commit | 46dccdb28438fee34fbbb9ea033cddecda7602a2 (patch) | |
| tree | f94176d6d18d61049a2e9aa24498e740f00a7a20 | |
| parent | 60dd73b78b747e0d4339a685e91988387fe72690 (diff) | |
Notes
| -rw-r--r-- | usr.bin/rlogin/Makefile | 2 |
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> |
