diff options
Diffstat (limited to 'lib/libcom_err')
| -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 |
