summaryrefslogtreecommitdiffstats
path: root/libexec/telnetd
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
commit96c19e77ba84863a2a404d16d79dd6b0371529c8 (patch)
tree17a7dd54ea9bc271a67296baffe485ae831bde74 /libexec/telnetd
parent9d31fc7ba269aeec27e48eafb53d61731801c82b (diff)
downloadFreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.zip
FreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.tar.gz
Update to new make macros and disable Kerberos because we haven't got it
set up right yet.
Diffstat (limited to 'libexec/telnetd')
-rw-r--r--libexec/telnetd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 4b1d530..7d3b4c5 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -3,13 +3,14 @@
PROG= telnetd
CFLAGS+=-DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS
CFLAGS+=-DOLD_ENVIRON -DENV_HACK
-CFLAGS+=-DAUTHENTICATION -DENCRYPTION -I${.CURDIR}/../../lib
+CFLAGS+=--I${.CURDIR}/../../lib
+#CFLAGS+=-DAUTHENTICATION -DENCRYPTION
SRCS= authenc.c global.c slc.c state.c sys_term.c telnetd.c \
termstat.c utility.c
DPADD= ${LIBUTIL} ${LIBTERM}
LDADD= -lutil -ltermcap -ltelnet
-LDADD+= -lkrb -ldes
-MAN8= telnetd.0
+#LDADD+= -lkrb -ldes
+MAN8= telnetd.8
# These are the sources that have encryption stuff in them.
CRYPT_SRC= authenc.c ext.h state.c telnetd.c termstat.c
OpenPOWER on IntegriCloud