NetBSD/lib/libposix/Makefile

14 lines
309 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 1997/05/31 21:21:50 cjs Exp $
1997-05-19 00:14:21 +04:00
LIB= posix
CFLAGS+=-D_REENTRANT -I${.CURDIR}/../libc/include
AINC= -I${.CURDIR}/../libc/arch/${MACHINE_ARCH}
.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>