diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 00:36:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 00:36:01 +0000 |
commit | 082e875778c51eba9dd109113e8ffdfa89170f98 (patch) | |
tree | e32dcb4593f4992769e0a8d1d8c3ad80fa20e5c4 /usr.bin/tn3270 | |
parent | 1da51e29f50d8de8dafecad57f99e3344d90388a (diff) |
no libcrypt, fix DPADD
Diffstat (limited to 'usr.bin/tn3270')
-rw-r--r-- | usr.bin/tn3270/tn3270/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/tn3270/tn3270/Makefile b/usr.bin/tn3270/tn3270/Makefile index feb640a52d4..78da6f1f5e2 100644 --- a/usr.bin/tn3270/tn3270/Makefile +++ b/usr.bin/tn3270/tn3270/Makefile @@ -1,12 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 1996/06/26 05:41:33 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 1997/03/26 00:35:41 deraadt Exp $ .include "../../Makefile.inc" CFLAGS += -I${.CURDIR} -I. -#LDADD += -locurses -ltermcap -ltelnet -lcrypt LDADD += -locurses -ltermcap -ltelnet -#DPADD += ${LIBOLDCURSES} ${LIBTERMCAP} /usr/lib/libtelnet.a ${LIBCRYPT} -DPADD += ${LIBOLDCURSES} ${LIBTERMCAP} /usr/lib/libtelnet.a +DPADD += ${LIBOLDCURSES} ${LIBTERMCAP} ${LIBTELNET} SRCS += apilib.c api_bsd.c api_exch.c asc_ebc.c astosc.c dctype.c SRCS += disp_asc.c ebc_disp.c |