diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-28 12:08:22 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-28 12:08:22 +0000 |
| commit | 4ecbb303465d9a56a783068c2bcd2cf6255b6d4f (patch) | |
| tree | 76b10b0143fafad620c24bc602b75b051186f1c9 /secure/libexec | |
| parent | 1005a129e5ff4af4709d281023e8a101a28fcb82 (diff) | |
Notes
Diffstat (limited to 'secure/libexec')
| -rw-r--r-- | secure/libexec/telnetd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile index 20ec331dc62e..7dffb39d6994 100644 --- a/secure/libexec/telnetd/Makefile +++ b/secure/libexec/telnetd/Makefile @@ -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 -ltelnet -lcrypto -lcrypt -lmp +LDADD= -lutil -ltermcap ${LIBTELNET} -lcrypto -lcrypt -lmp .include <bsd.prog.mk> |
