NetBSD/usr.bin/tn3270/Makefile.inc

11 lines
278 B
PHP
Raw Normal View History

1997-10-24 16:14:57 +04:00
# $NetBSD: Makefile.inc,v 1.9 1997/10/24 12:14:57 veego Exp $
1997-10-20 07:35:06 +04:00
WARNS= 0
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