Fix markup. Fix backslashes to surive roff.
[netbsd-mini2440.git] / usr.bin / tn3270 / Makefile.inc
blobc8621f916a01097d64b107a5ea5677b691d877c5
1 #       $NetBSD: Makefile.inc,v 1.11 2007/05/28 12:06:32 tls Exp $
3 WARNS?= 1       # XXX -Wcast-qual -Wshadow issues
5 USE_FORT?= yes  # network client
7 CPPFLAGS+=-DTERMCAP -DSRCRT -DKLUDGELINEMODE -DUSE_TERMIO -DTN3270 -Dunix
8 CPPFLAGS+=-I${.CURDIR} -I.
9 KBD=    unix.kbd
11 .if exists(${.CURDIR}/../../Makefile.inc)
12 .include "${.CURDIR}/../../Makefile.inc"
13 .endif