NetBSD/usr.bin/tn3270/tools/Makefile.inc

13 lines
259 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.8 2002/09/18 14:00:42 lukem Exp $
2001-12-12 04:48:43 +03:00
NOMAN= # defined
HOST_CPPFLAGS+=-I${.CURDIR}/../../api
KBD= unix.kbd
.PATH: ${.CURDIR}/../../api
.if exists(${.CURDIR}/../../../Makefile.inc)
.include "${.CURDIR}/../../../Makefile.inc"
.endif