aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2007-07-05 08:56:46 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2007-07-05 08:56:46 +0000
commit53bf725ae1eeeb1b907c22adb46060e9fe8966a7 (patch)
tree1644ef4c7136c5decc186b668e92609a3a7582c9 /usr.bin
parentf43455fd899371146e168a2465397d615a61aa39 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/telnet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile
index 14829c1b0962..c5525b3c20d1 100644
--- a/usr.bin/telnet/Makefile
+++ b/usr.bin/telnet/Makefile
@@ -23,7 +23,7 @@ DPADD= ${LIBTERMCAP} ${LIBTELNET}
LDADD= -ltermcap ${LIBTELNET}
.if !defined(RELEASE_CRUNCH)
-CFLAGS+= -DIPSEC -DFAST_IPSEC
+CFLAGS+= -DIPSEC
DPADD+= ${LIBIPSEC}
LDADD+= -lipsec
.else
@@ -35,7 +35,7 @@ CFLAGS+= -DHAS_CGETENT
.if !defined(RELEASE_CRUNCH)
.if ${MK_OPENSSL} != "no"
SRCS+= authenc.c
-CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DIPSEC -DFAST_IPSEC
+CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DIPSEC
DPADD+= ${LIBMP} ${LIBCRYPTO} ${LIBCRYPT} ${LIBIPSEC} ${LIBPAM}
LDADD+= -lmp -lcrypto -lcrypt -lipsec ${MINUSLPAM}
.endif