diff options
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.bin/telnet/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile index e3a33d9..14e4e79 100644 --- a/secure/usr.bin/telnet/Makefile +++ b/secure/usr.bin/telnet/Makefile @@ -9,10 +9,10 @@ CFLAGS+= -DIPSEC -DINET6 SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c \ telnet.c terminal.c tn3270.c utilities.c -DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPTO} ${LIBCRYPT} ${LIBMP} -DPADD+= ${LIBIPSEC} -LDADD= -ltermcap ${LIBTELNET} -lcrypto -lcrypt -lmp -LDADD+= -lipsec -lpam +DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPTO} ${LIBCRYPT} ${LIBMP} \ + ${LIBIPSEC} ${LIBPAM} +LDADD= -ltermcap ${LIBTELNET} -lcrypto -lcrypt -lmp \ + -lipsec ${MINUSLPAM} .include <bsd.prog.mk> |