aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/telnet
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2001-02-18 07:28:31 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2001-02-18 07:28:31 +0000
commit60846af2e69f8bbe5984e80cdeb5727769eecf60 (patch)
tree7474c8e67784a1013a8c2f4d4f13b1a1aa4de4a5 /usr.bin/telnet
parentd88a358c86cc5377237a923e56b3f450d643bd1f (diff)
Notes
Diffstat (limited to 'usr.bin/telnet')
-rw-r--r--usr.bin/telnet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile
index 9447551283bd5..7ff18c8da0c3c 100644
--- a/usr.bin/telnet/Makefile
+++ b/usr.bin/telnet/Makefile
@@ -40,12 +40,12 @@ CFLAGS+=-DKLUDGELINEMODE -DUSE_TERMIO #-DAUTHENTICATION -DENCRYPTION
CFLAGS+=-DENV_HACK
CFLAGS+=-DSKEY
CFLAGS+=-I${.CURDIR}/../../lib
-CFLAGS+=-DINET6
DPADD= ${LIBTERMCAP} ${LIBTELNET}
LDADD= -ltermcap -ltelnet
.if !defined(RELEASE_CRUNCH)
+CFLAGS+=-DINET6
CFLAGS+=-DIPSEC
DPADD+= ${LIBIPSEC}
LDADD+= -lipsec