1997-05-31 01:47:34 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 1997/05/30 21:47:34 cjs Exp $
|
|
|
|
|
|
|
|
.include <bsd.own.mk> # for BUILDDIR
|
1997-05-19 00:14:21 +04:00
|
|
|
|
|
|
|
LIB= posix
|
|
|
|
|
|
|
|
CFLAGS+=-D_REENTRANT -I${.CURDIR}/../libc/include
|
|
|
|
AINC= -I${.CURDIR}/../libc/arch/${MACHINE_ARCH}
|
1997-05-31 01:47:34 +04:00
|
|
|
.if defined(BUILDDIR)
|
|
|
|
AINC+= -nostdinc -idirafter ${BUILDDIR}/usr/include
|
1997-05-19 00:14:21 +04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "${.CURDIR}/sys/Makefile.inc"
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|