From 71ae6595ec821f043d0da0bb303841237cd76cf1 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 2 Feb 2002 06:17:56 +0000 Subject: Fix this correctly: simply don't include strl{cat,cpy} from libc. At this point, if using USETOOLS={no,never}, the host's libc should be new enough to have these functions available. --- lib/libcom_err/compile_et/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/libcom_err') diff --git a/lib/libcom_err/compile_et/Makefile b/lib/libcom_err/compile_et/Makefile index 9baaa8ab98a..c7578492751 100644 --- a/lib/libcom_err/compile_et/Makefile +++ b/lib/libcom_err/compile_et/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/02/01 22:12:37 veego Exp $ +# $NetBSD: Makefile,v 1.12 2002/02/02 06:17:56 tv Exp $ NOMAN= # defined @@ -6,10 +6,6 @@ NOMAN= # defined DIST= ${.CURDIR}/../../../crypto/dist -# uncommon library functions -.PATH: ${.CURDIR}/../../libc/string -SRCS+= strlcpy.c strlcat.c - .PATH: ${DIST}/heimdal/lib/com_err ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers HOSTPROG= compile_et @@ -28,7 +24,6 @@ HOST_CPPFLAGS+= -I. \ -I${LIBROKEN} \ -I${DIST}/heimdal/lib/com_err \ -I${DIST}/heimdal/lib/roken \ - -I${.CURDIR}/../../libc/include \ -DHAVE_CONFIG_H DPSRCS= print_version.h -- cgit