summaryrefslogtreecommitdiffstats
path: root/secure/lib/libtelnet
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-11-30 21:10:58 +0000
committermarkm <markm@FreeBSD.org>2001-11-30 21:10:58 +0000
commit7f33af3e59446f387cb44615881c175d92320581 (patch)
treee1cbbe5dfa994edf9086841d6eb68fe87b446aca /secure/lib/libtelnet
parent4be6f18d14314b6a5e0e878e13a1fe937886cf0f (diff)
downloadFreeBSD-src-7f33af3e59446f387cb44615881c175d92320581.zip
FreeBSD-src-7f33af3e59446f387cb44615881c175d92320581.tar.gz
Clean up makefiles, and turn on WARNS=2. Take into account the telnet
#if cleanup.
Diffstat (limited to 'secure/lib/libtelnet')
-rw-r--r--secure/lib/libtelnet/Makefile6
1 files changed, 4 insertions, 2 deletions
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
OpenPOWER on IntegriCloud