NetBSD/usr.bin/tn3270/tools/Makefile.inc
lukem 457da2d26f remove -Dunix and #ifdef unix where it is only used to select
<strings.h>/b*() instead of <string.h>/mem*().
suggested by <Anders.Hjalmarsson@economics.gu.se>
1998-09-06 02:54:47 +00:00

12 lines
249 B
Makefile

# $NetBSD: Makefile.inc,v 1.4 1998/09/06 02:54:48 lukem Exp $
CPPFLAGS+=-I${.CURDIR}/../../api
NOMAN= noman
KBD= unix.kbd
.PATH: ${.CURDIR}/../../api
.if exists(${.CURDIR}/../../../Makefile.inc)
.include "${.CURDIR}/../../../Makefile.inc"
.endif