summaryrefslogtreecommitdiff
path: root/usr.bin/tn3270/tools/Makefile.inc
blob: 5ec4d7bcacebafd17adc2f0e1583f36adb4d7a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile.inc,v 1.8 2002/09/18 14:00:42 lukem Exp $

NOMAN=	# defined

HOST_CPPFLAGS+=-I${.CURDIR}/../../api
KBD= unix.kbd

.PATH: ${.CURDIR}/../../api

.if exists(${.CURDIR}/../../../Makefile.inc)
.include "${.CURDIR}/../../../Makefile.inc"
.endif