457da2d26f
<strings.h>/b*() instead of <string.h>/mem*(). suggested by <Anders.Hjalmarsson@economics.gu.se>
12 lines
249 B
Makefile
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
|