Home | History | Annotate | Line # | Download | only in libposix
Makefile revision 1.4
      1  1.4   lukem #	$NetBSD: Makefile,v 1.4 1997/10/23 02:58:54 lukem Exp $
      2  1.2     cjs 
      3  1.1  kleink LIB=	posix
      4  1.1  kleink 
      5  1.4   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