summaryrefslogtreecommitdiffstats
path: root/eBones/usr.bin/telnet/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-02-09 15:02:00 +0000
committermarkm <markm@FreeBSD.org>1997-02-09 15:02:00 +0000
commitf8e325b1925ba81eb389159fbaa1cf6e92c3abf6 (patch)
treed270f2199b07758d500af093ee007cc14aa01c3e /eBones/usr.bin/telnet/Makefile
parent6b544b7e1ac3bfe086f0ac248e2849e539363379 (diff)
downloadFreeBSD-src-f8e325b1925ba81eb389159fbaa1cf6e92c3abf6.zip
FreeBSD-src-f8e325b1925ba81eb389159fbaa1cf6e92c3abf6.tar.gz
Various buffer overrun fixes and other security enhancements.
Obtained from: PST's fixes to the non-secure telnet{d}
Diffstat (limited to 'eBones/usr.bin/telnet/Makefile')
-rw-r--r--eBones/usr.bin/telnet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/eBones/usr.bin/telnet/Makefile b/eBones/usr.bin/telnet/Makefile
index 876255d..7ec59bc 100644
--- a/eBones/usr.bin/telnet/Makefile
+++ b/eBones/usr.bin/telnet/Makefile
@@ -40,7 +40,7 @@ SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \
terminal.c tn3270.c utilities.c
CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DENCRYPTION
-CFLAGS+=-I${.CURDIR}/../../lib
+CFLAGS+=-DSKEY -I${.CURDIR}/../../lib
LDADD+= -L${TELNETOBJDIR} -ltermcap -ltelnet
DPADD+= ${TELNETOBJDIR}/libtelnet.a ${LIBTERMCAP}
OpenPOWER on IntegriCloud