diff options
Diffstat (limited to 'secure/libexec')
| -rw-r--r-- | secure/libexec/Makefile | 7 | ||||
| -rw-r--r-- | secure/libexec/Makefile.inc | 4 | ||||
| -rw-r--r-- | secure/libexec/telnetd/Makefile | 22 |
3 files changed, 0 insertions, 33 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile deleted file mode 100644 index 8e791963c441..000000000000 --- a/secure/libexec/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# $FreeBSD$ - -.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL) -SUBDIR= telnetd -.endif - -.include <bsd.subdir.mk> diff --git a/secure/libexec/Makefile.inc b/secure/libexec/Makefile.inc deleted file mode 100644 index 4adbbf530d15..000000000000 --- a/secure/libexec/Makefile.inc +++ /dev/null @@ -1,4 +0,0 @@ -# $FreeBSD$ - -BINDIR= /usr/libexec -.include "${.CURDIR}/../../Makefile.inc" diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile deleted file mode 100644 index 53de979f88d2..000000000000 --- a/secure/libexec/telnetd/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -# 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} -DINET6 - -SRCS= global.c slc.c state.c sys_term.c telnetd.c \ - termstat.c utility.c authenc.c - -DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPTO} ${LIBMP} \ - ${LIBCRYPT} -LDADD= -lutil -ltermcap -L${TELNETOBJDIR} -ltelnet -lcrypto -lcrypt -lmp - -.include <bsd.prog.mk> - -.PATH: ${TELNETDIR}/telnetd |
