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