diff options
Diffstat (limited to 'usr.bin/telnet')
-rw-r--r-- | usr.bin/telnet/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index 73bb1b0..563eb7b 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -42,12 +42,8 @@ CFLAGS+=-DSKEY CFLAGS+=-I${.CURDIR}/../../lib CFLAGS+=-DINET6 -#CFLAGS+= -DKRB4 - DPADD= ${LIBTERMCAP} ${LIBTELNET} LDADD= -ltermcap -ltelnet -#DPADD+= ${LIBKRB} ${LIBDES} -#LDADD+= -lkrb -ldes .if !defined(RELEASE_CRUNCH) CFLAGS+=-DIPSEC |