diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-05 17:16:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-05 17:16:10 +0000 |
| commit | 5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba (patch) | |
| tree | 235e8fcbe852dee096eebfd2c176b6d10c0afa2c /usr.bin/telnet | |
| parent | de6669b2e213f787bd1accbabe263e199b35066f (diff) | |
Notes
Diffstat (limited to 'usr.bin/telnet')
| -rw-r--r-- | usr.bin/telnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index fee9815c16a0..0da9e2528add 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -41,9 +41,10 @@ CFLAGS+=-I${.CURDIR}/../../lib #CFLAGS+= -DKRB4 +DPADD= ${LIBTERMCAP} ${LIBTELNET} LDADD= -ltermcap -ltelnet +#DPADD+= ${LIBKRB} ${LIBDES} #LDADD+= -lkrb -ldes -DPADD= ${LIBTERMCAP} SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \ terminal.c tn3270.c utilities.c |
