diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-26 14:53:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-26 14:53:33 +0000 |
| commit | b8cba406f2af8bad36f00fa94d493eaa9b259798 (patch) | |
| tree | eb0fe5e61507d580a9dd88148e6c402b2c2b5d1b /secure/libexec/telnetd | |
| parent | 75c9631facc0764a0cd3e0ac49f66be128d3a996 (diff) | |
Notes
Diffstat (limited to 'secure/libexec/telnetd')
| -rw-r--r-- | secure/libexec/telnetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile index 53de979f88d2..20ec331dc62e 100644 --- a/secure/libexec/telnetd/Makefile +++ b/secure/libexec/telnetd/Makefile @@ -4,7 +4,7 @@ # telnet implementations. PROG= telnetd -MAN8= telnetd.8 +MAN= telnetd.8 CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \ -DENV_HACK -DAUTHENTICATION -DENCRYPTION \ @@ -15,7 +15,7 @@ SRCS= global.c slc.c state.c sys_term.c telnetd.c \ DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPTO} ${LIBMP} \ ${LIBCRYPT} -LDADD= -lutil -ltermcap -L${TELNETOBJDIR} -ltelnet -lcrypto -lcrypt -lmp +LDADD= -lutil -ltermcap -ltelnet -lcrypto -lcrypt -lmp .include <bsd.prog.mk> |
