Home | History | Annotate | Line # | Download | only in libposix
Makefile revision 1.1
      1  1.1  kleink #	$NetBSD: Makefile,v 1.1 1997/05/18 20:14:21 kleink Exp $
      2  1.1  kleink 
      3  1.1  kleink LIB=	posix
      4  1.1  kleink 
      5  1.1  kleink CFLAGS+=-D_REENTRANT -I${.CURDIR}/../libc/include
      6  1.1  kleink AINC=	-I${.CURDIR}/../libc/arch/${MACHINE_ARCH}
      7  1.1  kleink .if defined(DESTDIR)
      8  1.1  kleink 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