summaryrefslogtreecommitdiffstats
path: root/contrib/telnet/telnetd
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>1999-08-16 18:59:05 +0000
committernsayer <nsayer@FreeBSD.org>1999-08-16 18:59:05 +0000
commit6cf65828c92733a31f944cf119fd54975e9c2d52 (patch)
treef12aeb50e64156b3072a4f63801eb623991e3ce7 /contrib/telnet/telnetd
parent708e372c9ab369fa7e8c9021bb6f4df67b9fd475 (diff)
downloadFreeBSD-src-6cf65828c92733a31f944cf119fd54975e9c2d52.zip
FreeBSD-src-6cf65828c92733a31f944cf119fd54975e9c2d52.tar.gz
According to Mark Murray, Makefiles do not belong here. I guess we're
going to have to figure something else out.
Diffstat (limited to 'contrib/telnet/telnetd')
-rw-r--r--contrib/telnet/telnetd/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/contrib/telnet/telnetd/Makefile b/contrib/telnet/telnetd/Makefile
deleted file mode 100644
index 4cda186..0000000
--- a/contrib/telnet/telnetd/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# @(#)Makefile 8.2 (Berkeley) 12/15/93
-# $Id: Makefile,v 1.2.6.6 1996/06/30 12:50:55 markm Exp $
-
-# Do not define -DKLUDGELINEMODE, as it does not interact well with many
-# telnet implementations.
-
-DISTRIBUTION= des
-
-PROG= telnetd
-MAN8= telnetd.8
-
-BINDIR= /usr/libexec
-
-SRCS= authenc.c global.c slc.c state.c sys_term.c telnetd.c \
- termstat.c utility.c
-
-DPADD= ${.CURDIR}/../libtelnet.a ${LIBUTIL} ${LIBTERMCAP} ${LIBDES} ${LIBMP}
-DPADD+= ${LIBCRYPT}
-LDADD= -L${.CURDIR}/../libtelnet -lutil -ltermcap -ltelnet -ldes -lmp -lcrypt
-
-CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DENV_HACK
-CFLAGS+= -DENCRYPTION -DAUTHENTICATION -I${.CURDIR}/../
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud