Set LLIBS to nothing; no sense in warning about the routines from

libc that we know we are replacing.
This commit is contained in:
thorpej 2002-09-14 21:18:20 +00:00
parent 6363558907
commit 3fba05d66e
1 changed files with 4 additions and 1 deletions

View File

@ -1,9 +1,12 @@
# $NetBSD: Makefile,v 1.10 2002/08/19 09:41:33 lukem Exp $
# $NetBSD: Makefile,v 1.11 2002/09/14 21:18:20 thorpej Exp $
LIB= posix
.include <bsd.own.mk>
# This library replaces routines in libc; no sense in warning about it.
LLIBS=
CPPFLAGS+=-D_REENTRANT -I${NETBSDSRCDIR}/lib/libc/include
.if exists(${NETBSDSRCDIR}/lib/libc/arch/${MACHINE_ARCH})
ARCHDIR= ${NETBSDSRCDIR}/lib/libc/arch/${MACHINE_ARCH}