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