diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-02-24 21:06:22 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-02-24 21:06:22 +0000 |
| commit | 0ed9356cafe7e02ea2de7538cfb7ec1664462ddb (patch) | |
| tree | a5176a959936329ecdec3154fb3add18ac79a2c1 /usr.bin/telnet | |
| parent | f499a396213810b9b6e9e8a2435e53f1380df8ad (diff) | |
Notes
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 73bb1b00cd5b..563eb7bafc46 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 |
