NetBSD/usr.bin/tn3270/Makefile.inc

10 lines
273 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.10 1998/03/04 13:16:04 christos Exp $
CPPFLAGS+=-DTERMCAP -DSRCRT -DKLUDGELINEMODE -DUSE_TERMIO -DTN3270 -Dunix
CPPFLAGS+=-I${.CURDIR} -I.
KBD= unix.kbd
1993-06-18 09:41:32 +04:00
1997-10-24 16:14:57 +04:00
.if exists(${.CURDIR}/../../Makefile.inc)
1993-06-18 09:41:32 +04:00
.include "${.CURDIR}/../../Makefile.inc"
1997-10-20 07:35:06 +04:00
.endif