diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-02-26 21:43:15 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-02-26 21:43:15 +0000 |
| commit | b3aaa0cc21c63d388230c7ef2a80abd631ff20d5 (patch) | |
| tree | 5b0afd074d7bb26b1e443eb2abbda20979f70b42 /lib/libtelnet | |
| parent | 69328334a6c7118506ce7c7b4ab153e0b79b8fda (diff) | |
Notes
Diffstat (limited to 'lib/libtelnet')
| -rw-r--r-- | lib/libtelnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 37eb8f6da801..1cf52a01e882 100644 --- a/lib/libtelnet/Makefile +++ b/lib/libtelnet/Makefile @@ -13,7 +13,7 @@ INTERNALLIB= SRCS= genget.c getent.c misc.c CFLAGS+= -I${TELNETDIR} -WARNS?= 0 +WARNS?= 2 .if !defined(RELEASE_CRUNCH) .if ${MK_OPENSSL} != "no" |
