diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-02-24 18:59:34 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-02-24 18:59:34 +0000 |
| commit | c9f2d5f4831961e16b54b2893d6ef13b760eceaf (patch) | |
| tree | 0df8dd5fd1a48841958caf7ccede682338a1fb4e /secure/usr.bin/telnet | |
| parent | 93f80500f6b990e7fc32c30fddd2deb57265c3be (diff) | |
Notes
Diffstat (limited to 'secure/usr.bin/telnet')
| -rw-r--r-- | secure/usr.bin/telnet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile index f0db4cb8cb28..b59da7accef1 100644 --- a/secure/usr.bin/telnet/Makefile +++ b/secure/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD$ PROG= telnet @@ -9,9 +9,9 @@ CFLAGS+= -DIPSEC -DINET6 SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c \ telnet.c terminal.c tn3270.c utilities.c -DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBDES} ${LIBCRYPT} ${LIBMP} +DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPTO} ${LIBCRYPT} ${LIBMP} DPADD+= ${LIBIPSEC} -LDADD= -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -lcrypt -lmp +LDADD= -ltermcap -L${TELNETOBJDIR} -ltelnet -lcrypto -lcrypt -lmp LDADD+= -lipsec .include <bsd.prog.mk> |
