diff options
author | markm <markm@FreeBSD.org> | 1997-02-09 15:02:00 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1997-02-09 15:02:00 +0000 |
commit | f8e325b1925ba81eb389159fbaa1cf6e92c3abf6 (patch) | |
tree | d270f2199b07758d500af093ee007cc14aa01c3e /eBones/usr.bin/telnet/Makefile | |
parent | 6b544b7e1ac3bfe086f0ac248e2849e539363379 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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} |