diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-05-09 14:23:54 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-05-09 14:23:54 +0000 |
| commit | f61dcf52818d775e37af5f2056d1999279a99e6a (patch) | |
| tree | 80350f2997606c59d0d1bb1b311e6c63a7822260 /secure/libexec | |
| parent | 63e45b51b02b6d5ffa163514395f0140569bae00 (diff) | |
Notes
Diffstat (limited to 'secure/libexec')
| -rw-r--r-- | secure/libexec/telnetd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile index 47b18415fa21..498c13f12f95 100644 --- a/secure/libexec/telnetd/Makefile +++ b/secure/libexec/telnetd/Makefile @@ -13,9 +13,10 @@ CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \ 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 ${LIBTELNET} -lcrypto -lcrypt -lmp -lpam +DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPTO} \ + ${LIBCRYPT} ${LIBMP} ${LIBPAM} +LDADD= -lutil -ltermcap ${LIBTELNET} -lcrypto \ + -lcrypt -lmp ${MINUSLPAM} .include <bsd.prog.mk> |
