summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/Makefile
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-01-29 13:45:44 +0000
committershin <shin@FreeBSD.org>2000-01-29 13:45:44 +0000
commit5d39ea311ba6eccba67d38226f3825f97f4fb376 (patch)
treea59782307b940356a696fcb8f542d258310ac358 /usr.bin/telnet/Makefile
parent64d8e9b9e54410553ece5263be840eb9375bb38a (diff)
downloadFreeBSD-src-5d39ea311ba6eccba67d38226f3825f97f4fb376.zip
FreeBSD-src-5d39ea311ba6eccba67d38226f3825f97f4fb376.tar.gz
fix breakage of make release.
Confirmed by: German Tischler <tanis@gaspode.franken.de>
Diffstat (limited to 'usr.bin/telnet/Makefile')
-rw-r--r--usr.bin/telnet/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile
index b4faf30..73bb1b0 100644
--- a/usr.bin/telnet/Makefile
+++ b/usr.bin/telnet/Makefile
@@ -40,15 +40,21 @@ CFLAGS+=-DKLUDGELINEMODE -DUSE_TERMIO #-DAUTHENTICATION -DENCRYPTION
CFLAGS+=-DENV_HACK
CFLAGS+=-DSKEY
CFLAGS+=-I${.CURDIR}/../../lib
-CFLAGS+=-DIPSEC -DINET6
+CFLAGS+=-DINET6
#CFLAGS+= -DKRB4
-DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBIPSEC}
-LDADD= -ltermcap -ltelnet -lipsec
+DPADD= ${LIBTERMCAP} ${LIBTELNET}
+LDADD= -ltermcap -ltelnet
#DPADD+= ${LIBKRB} ${LIBDES}
#LDADD+= -lkrb -ldes
+.if !defined(RELEASE_CRUNCH)
+CFLAGS+=-DIPSEC
+DPADDA+=${LIBIPSEC}
+LDADD+= -lipsec
+.endif
+
SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \
terminal.c tn3270.c utilities.c
@@ -61,3 +67,4 @@ NOCRYPT_DIR=${.CURDIR}/Nocrypt
nocrypt:
@echo "Encryption code already removed."
+
OpenPOWER on IntegriCloud