diff options
| author | Nick Sayer <nsayer@FreeBSD.org> | 2001-05-07 20:38:39 +0000 |
|---|---|---|
| committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-05-07 20:38:39 +0000 |
| commit | 76235b992ba9e58e5924118c10ac1f8eb640b58f (patch) | |
| tree | b112d9c065c7e9bf7aaf5900678c4c8d3508a1d7 /secure/libexec | |
| parent | 3b26be6ae163771679f086bb3426661ba369cb27 (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 7dffb39d6994..47b18415fa21 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 ${LIBTELNET} -lcrypto -lcrypt -lmp +LDADD= -lutil -ltermcap ${LIBTELNET} -lcrypto -lcrypt -lmp -lpam .include <bsd.prog.mk> |
