From 49407ce7992987d3109e86e213121630ef235915 Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 24 Sep 1997 20:37:15 +0000 Subject: 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 ;-) --- kerberos5/libexec/telnetd/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 kerberos5/libexec/telnetd/Makefile (limited to 'kerberos5/libexec') diff --git a/kerberos5/libexec/telnetd/Makefile b/kerberos5/libexec/telnetd/Makefile new file mode 100644 index 0000000..9301d1b --- /dev/null +++ b/kerberos5/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 + +.PATH: ${TELNETDIR}/telnetd -- cgit v1.1