diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1995-10-11 00:12:21 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1995-10-11 00:12:21 +0000 |
| commit | 2ed956f14bace3c0ac51251839054f996528e0cc (patch) | |
| tree | f9107402c53e73c28f073256f4b40fe95f2b2d08 /secure/usr.bin | |
| parent | 115555f7878b2018a0441b1e6f917f00a3def418 (diff) | |
Notes
Diffstat (limited to 'secure/usr.bin')
| -rw-r--r-- | secure/usr.bin/telnet/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile index 3144b0cf9239..5314ad795833 100644 --- a/secure/usr.bin/telnet/Makefile +++ b/secure/usr.bin/telnet/Makefile @@ -45,12 +45,10 @@ DPADD+= ${TELNETOBJDIR}/libtelnet.a CFLAGS+=-DAUTHENTICATION -DENCRYPTION -.ifdef MAKE_EBONES .if exists(/usr/lib/libkrb.a) CFLAGS+= -DKRB4 LDADD+= -ldes -lkrb .endif -.endif .if exists(/usr/lib/libkrb5.a) CFLAGS+= -DKRB5 -DFORWARD |
