From 3fba05d66ebfe5016ba8887cba9ab4f1d2df836a Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 14 Sep 2002 21:18:20 +0000 Subject: [PATCH] Set LLIBS to nothing; no sense in warning about the routines from libc that we know we are replacing. --- lib/libposix/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/libposix/Makefile b/lib/libposix/Makefile index f095317eab3e..375077b1e8f2 100644 --- a/lib/libposix/Makefile +++ b/lib/libposix/Makefile @@ -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 +# 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}