Home | History | Annotate | Line # | Download | only in libposix
Makefile revision 1.3.2.1
      1  1.3.2.1   lukem #	$NetBSD: Makefile,v 1.3.2.1 1997/11/09 01:00:47 lukem Exp $
      2      1.2     cjs 
      3      1.1  kleink LIB=	posix
      4      1.1  kleink 
      5  1.3.2.1   lukem CPPFLAGS+=-D_REENTRANT -I${.CURDIR}/../libc/include
      6      1.1  kleink AINC=	-I${.CURDIR}/../libc/arch/${MACHINE_ARCH}
      7      1.3     cjs .if defined(DESTDIR)
      8      1.3     cjs AINC+=	-nostdinc -idirafter ${DESTDIR}/usr/include
      9      1.1  kleink .endif
     10      1.1  kleink 
     11      1.1  kleink .include "${.CURDIR}/sys/Makefile.inc"
     12      1.1  kleink 
     13      1.1  kleink .include <bsd.lib.mk>
     14