diff options
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 |
