diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:11:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:11:12 +0000 |
commit | 7c5db15603132b9f94a11af57c5a56b205c0eaff (patch) | |
tree | 47384a9485fd95c587188df50a275d708da17fa4 /usr.bin/tn3270 | |
parent | 8a2ab60466cbd2986529c0e969ebfa5a622a5aa7 (diff) |
-lcurses, not termcap/termlib
Diffstat (limited to 'usr.bin/tn3270')
-rw-r--r-- | usr.bin/tn3270/tn3270/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tn3270/tn3270/Makefile b/usr.bin/tn3270/tn3270/Makefile index 2fd1fb1232f..2ee34b27e31 100644 --- a/usr.bin/tn3270/tn3270/Makefile +++ b/usr.bin/tn3270/tn3270/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.11 1998/03/23 21:18:22 pefo Exp $ +# $OpenBSD: Makefile,v 1.12 1998/07/24 00:11:02 millert Exp $ .include "../../Makefile.inc" CFLAGS += -I${.CURDIR} -I. CFLAGS +=-I${.CURDIR}/../../../lib CFLAGS +=-I${.CURDIR}/../../telnet -LDADD += -locurses -ltermcap -ltelnet -DPADD += ${LIBOLDCURSES} ${LIBTERMCAP} ${LIBTELNET} +LDADD += -locurses -ltelnet +DPADD += ${LIBOLDCURSES} ${LIBTELNET} SRCS += apilib.c api_bsd.c api_exch.c asc_ebc.c astosc.c dctype.c SRCS += disp_asc.c ebc_disp.c |