summaryrefslogtreecommitdiff
path: root/secure/usr.bin/telnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/telnet/Makefile')
-rw-r--r--secure/usr.bin/telnet/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile
deleted file mode 100644
index b59da7accef1..000000000000
--- a/secure/usr.bin/telnet/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PROG= telnet
-
-CFLAGS+= -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY \
- -DENCRYPTION -DAUTHENTICATION -I${TELNETDIR}
-CFLAGS+= -DIPSEC -DINET6
-
-SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c \
- telnet.c terminal.c tn3270.c utilities.c
-
-DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPTO} ${LIBCRYPT} ${LIBMP}
-DPADD+= ${LIBIPSEC}
-LDADD= -ltermcap -L${TELNETOBJDIR} -ltelnet -lcrypto -lcrypt -lmp
-LDADD+= -lipsec
-
-.include <bsd.prog.mk>
-
-.PATH: ${TELNETDIR}/telnet