Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 1997/05/30 21:47:34 cjs Exp $
2
3.include <bsd.own.mk>	# for BUILDDIR
4
5LIB=	posix
6
7CFLAGS+=-D_REENTRANT -I${.CURDIR}/../libc/include
8AINC=	-I${.CURDIR}/../libc/arch/${MACHINE_ARCH}
9.if defined(BUILDDIR)
10AINC+=	-nostdinc -idirafter ${BUILDDIR}/usr/include
11.endif
12
13.include "${.CURDIR}/sys/Makefile.inc"
14
15.include <bsd.lib.mk>
16