diff options
author | csgr <csgr@FreeBSD.org> | 1994-08-20 21:29:33 +0000 |
---|---|---|
committer | csgr <csgr@FreeBSD.org> | 1994-08-20 21:29:33 +0000 |
commit | ffa8ef6d3ff36d2fffeccab90e6dcb5fc8c1edd5 (patch) | |
tree | 1318a04d4b98152f5a3fcb6744ef496de2055b26 /usr.bin/tn3270 | |
parent | bb1890fe44fa9e4bbd2bb339ae460997d8dcedd4 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |