From 7f33af3e59446f387cb44615881c175d92320581 Mon Sep 17 00:00:00 2001 From: markm Date: Fri, 30 Nov 2001 21:10:58 +0000 Subject: Clean up makefiles, and turn on WARNS=2. Take into account the telnet #if cleanup. --- secure/lib/libtelnet/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'secure/lib/libtelnet') diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile index c229e6b..b964e16 100644 --- a/secure/lib/libtelnet/Makefile +++ b/secure/lib/libtelnet/Makefile @@ -9,8 +9,10 @@ NOPIC= yes SRCS= genget.c getent.c misc.c encrypt.c auth.c \ enc_des.c sra.c pk.c -CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \ - -DSRA -I${TELNETDIR} +CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DSRA \ + -I${TELNETDIR} -I${TELNETDIR}/libtelnet + +WARNS?= 2 INCS= ${TELNETDIR}/arpa/telnet.h INCDIR= /usr/include/arpa -- cgit v1.1