NetBSD/lib/libposix/Makefile

19 lines
450 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1999/02/24 15:10:16 drochner Exp $
1997-05-19 00:14:21 +04:00
LIB= posix
1997-10-23 06:53:50 +04:00
CPPFLAGS+=-D_REENTRANT -I${.CURDIR}/../libc/include
.if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb"
ARCHDIR= ${.CURDIR}/../libc/arch/mips
.else
ARCHDIR= ${.CURDIR}/../libc/arch/${MACHINE_ARCH}
.endif
AINC= -I${ARCHDIR}
.if defined(DESTDIR)
AINC+= -nostdinc -idirafter ${DESTDIR}/usr/include
1997-05-19 00:14:21 +04:00
.endif
.include "${.CURDIR}/sys/Makefile.inc"
.include <bsd.lib.mk>