summaryrefslogtreecommitdiffstats
path: root/kerberosIV/libexec/telnetd/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-09-24 20:37:15 +0000
committermarkm <markm@FreeBSD.org>1997-09-24 20:37:15 +0000
commita4a1a839ad4c4648d8c7c7e6bba576dec6bec55b (patch)
treebb4c87ee5d5f853077dd867cbc377ca2c4b2d519 /kerberosIV/libexec/telnetd/Makefile
parenta6d86de36db5b92e3053ed87d81a2984ac5ee2b9 (diff)
downloadFreeBSD-src-a4a1a839ad4c4648d8c7c7e6bba576dec6bec55b.zip
FreeBSD-src-a4a1a839ad4c4648d8c7c7e6bba576dec6bec55b.tar.gz
Initial import of the new kerberosIV Makefiles.
I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-)
Diffstat (limited to 'kerberosIV/libexec/telnetd/Makefile')
-rw-r--r--kerberosIV/libexec/telnetd/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/kerberosIV/libexec/telnetd/Makefile b/kerberosIV/libexec/telnetd/Makefile
new file mode 100644
index 0000000..9301d1b
--- /dev/null
+++ b/kerberosIV/libexec/telnetd/Makefile
@@ -0,0 +1,22 @@
+# $Id$
+
+# Do not define -DKLUDGELINEMODE, as it does not interact well with many
+# telnet implementations.
+
+PROG= telnetd
+MAN8= telnetd.8
+
+CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \
+ -DENV_HACK -DAUTHENTICATION -DENCRYPTION \
+ -I${TELNETDIR}
+
+SRCS= global.c slc.c state.c sys_term.c telnetd.c \
+ termstat.c utility.c authenc.c
+
+DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBDES} ${LIBKRB}
+LDADD= -lutil -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes \
+ -L${KRBOBJDIR} -lkrb
+
+.include <bsd.prog.mk>
+
+.PATH: ${TELNETDIR}/telnetd
OpenPOWER on IntegriCloud