[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / usr.bin / tn3270

File: [local] / src / usr.bin / tn3270 / Attic / Makefile.inc (download)

Revision 1.3, Mon Jul 27 15:24:32 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.2: +2 -2 lines

Use -D_USE_OLD_CURSES_ so we don't need to include ocurses.h explicately

#	$OpenBSD: Makefile.inc,v 1.3 1998/07/27 15:24:32 millert Exp $

CFLAGS += -DTERMCAP -D_USE_OLD_CURSES_ -DSRCRT -DKLUDGELINEMODE -DUSE_TERMIO -DTN3270 -Dunix
KBD = unix.kbd

.include "${.CURDIR}/../../Makefile.inc"