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