12 lines
301 B
Makefile
12 lines
301 B
Makefile
# $NetBSD: Makefile.inc,v 1.11 2007/05/28 12:06:32 tls Exp $
|
|
|
|
USE_FORT?= yes # network client
|
|
|
|
CPPFLAGS+=-DTERMCAP -DSRCRT -DKLUDGELINEMODE -DUSE_TERMIO -DTN3270 -Dunix
|
|
CPPFLAGS+=-I${.CURDIR} -I.
|
|
KBD= unix.kbd
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|