summaryrefslogtreecommitdiffstats
path: root/usr.bin/tn3270
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-08-20 21:29:33 +0000
committercsgr <csgr@FreeBSD.org>1994-08-20 21:29:33 +0000
commitffa8ef6d3ff36d2fffeccab90e6dcb5fc8c1edd5 (patch)
tree1318a04d4b98152f5a3fcb6744ef496de2055b26 /usr.bin/tn3270
parentbb1890fe44fa9e4bbd2bb339ae460997d8dcedd4 (diff)
downloadFreeBSD-src-ffa8ef6d3ff36d2fffeccab90e6dcb5fc8c1edd5.zip
FreeBSD-src-ffa8ef6d3ff36d2fffeccab90e6dcb5fc8c1edd5.tar.gz
LDADD= -lcrypt
Submitted by: Geoff
Diffstat (limited to 'usr.bin/tn3270')
-rw-r--r--usr.bin/tn3270/tn3270/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tn3270/tn3270/Makefile b/usr.bin/tn3270/tn3270/Makefile
index 662269b..14ef945 100644
--- a/usr.bin/tn3270/tn3270/Makefile
+++ b/usr.bin/tn3270/tn3270/Makefile
@@ -2,7 +2,7 @@
PROG= tn3270
CFLAGS+=-I${.CURDIR} -I.
-LDADD+= -lcurses -ltermcap -ltelnet
+LDADD+= -lcurses -ltermcap -ltelnet -lcrypt
DPADD+= ${LIBCURSES} /usr/lib/libtermcap.a /usr/lib/libtelnet.a
CLEANFILES+= asc_disp.OUT asc_disp.out disp_asc.OUT disp_asc.out TMPfunc.out
.PATH: ${.CURDIR}/../api ${.CURDIR}/../ascii ${.CURDIR}/../ctlr
OpenPOWER on IntegriCloud