diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2022-09-28 18:53:10 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2022-09-28 18:53:49 +0000 |
| commit | 0eea46fb1f83f6091df92b5f2eae993cd6c2c873 (patch) | |
| tree | e0b0f29edc8829477e979f494305528319a2c8fd /libexec/telnetd | |
| parent | f1e039d057ba88695e98f6e2c884094f3434de95 (diff) | |
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/Makefile | 45 | ||||
| -rw-r--r-- | libexec/telnetd/Makefile.depend | 25 | ||||
| -rw-r--r-- | libexec/telnetd/Makefile.depend.options | 6 |
3 files changed, 0 insertions, 76 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile deleted file mode 100644 index 09136d360a71..000000000000 --- a/libexec/telnetd/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# $FreeBSD$ - -# Do not define -DKLUDGELINEMODE, as it does not interact well with many -# telnet implementations. - -.include <src.opts.mk> - -PACKAGE= telnet - -TELNETDIR= ${SRCTOP}/contrib/telnet -.PATH: ${TELNETDIR}/telnetd - -PROG= telnetd -MAN= telnetd.8 - -SRCS= global.c slc.c state.c sys_term.c telnetd.c \ - termstat.c utility.c - -WARNS?= 2 -WFORMAT?= 0 - -CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \ - -DENV_HACK -DSTREAMSPTY - -.if ${MK_INET6_SUPPORT} != "no" -CFLAGS+= -DINET6 -.endif - -CFLAGS+= -I${TELNETDIR} -CFLAGS+= -I${TELNETDIR}/telnet - -LIBADD= telnet util tinfow - -.if ${MK_OPENSSL} != "no" -SRCS+= authenc.c -CFLAGS+= -DAUTHENTICATION -DENCRYPTION -LIBADD+= mp crypto pam -.endif - -.if ${MK_KERBEROS_SUPPORT} != "no" -CFLAGS+= -DKRB5 -DFORWARD -Dnet_write=telnet_net_write -LIBADD+= krb5 roken -.endif - -.include <bsd.prog.mk> diff --git a/libexec/telnetd/Makefile.depend b/libexec/telnetd/Makefile.depend deleted file mode 100644 index 60b7e4479a3f..000000000000 --- a/libexec/telnetd/Makefile.depend +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - include \ - include/arpa \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libcom_err \ - lib/libcompiler_rt \ - lib/libcrypt \ - lib/libmp \ - lib/libpam/libpam \ - lib/libtelnet \ - lib/libthr \ - lib/libutil \ - lib/ncurses/ncursesw \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif diff --git a/libexec/telnetd/Makefile.depend.options b/libexec/telnetd/Makefile.depend.options deleted file mode 100644 index 4c4ba810c0e2..000000000000 --- a/libexec/telnetd/Makefile.depend.options +++ /dev/null @@ -1,6 +0,0 @@ -# $FreeBSD$ -# This file is not autogenerated - take care! - -DIRDEPS_OPTIONS= KERBEROS_SUPPORT OPENSSL - -.include <dirdeps-options.mk> |
