diff options
| author | tv <tv@NetBSD.org> | 2002-02-02 06:17:56 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2002-02-02 06:17:56 +0000 |
| commit | 71ae6595ec821f043d0da0bb303841237cd76cf1 (patch) | |
| tree | b7ef36ed37babe10744dec77428825bdd85b483f /lib | |
| parent | 530694545996578de0d0247e4a71931e457e1065 (diff) | |
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.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libcom_err/compile_et/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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 |
