summaryrefslogtreecommitdiffstats
path: root/kerberosIV/libexec/telnetd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/libexec/telnetd/Makefile')
-rw-r--r--kerberosIV/libexec/telnetd/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/kerberosIV/libexec/telnetd/Makefile b/kerberosIV/libexec/telnetd/Makefile
deleted file mode 100644
index ea0a03c..0000000
--- a/kerberosIV/libexec/telnetd/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-# Do not define -DKLUDGELINEMODE, as it does not interact well with many
-# telnet implementations.
-
-PROG= telnetd
-MAN= telnetd.8
-
-SRCS= global.c slc.c state.c sys_term.c telnetd.c \
- termstat.c utility.c authenc.c
-
-CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \
- -DENV_HACK -DAUTHENTICATION -DENCRYPTION \
- -I${TELNETDIR} -DINET6
-CFLAGS+= -DKRB4
-
-WARNS?= 2
-
-DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBMP} ${LIBCRYPTO} \
- ${LIBKRB} ${LIBCOM_ERR} \
- ${LIBCRYPT} ${LIBPAM}
-LDADD= -lutil -ltermcap ${LIBTELNET} -lmp -lcrypto \
- -L${KRBOBJDIR} -lkrb -lcom_err \
- -lcrypt ${MINUSLPAM}
-
-.include <bsd.prog.mk>
-
-.PATH: ${TELNETDIR}/telnetd
OpenPOWER on IntegriCloud