Module Name: src
Committed By: martin
Date: Tue Mar 1 10:09:00 UTC 2016
Modified Files:
src/tools/compat: Makefile
Log Message:
Revert to rev 1.77 for now on Aymeric's request
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/tools/compat/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/compat/Makefile
diff -u src/tools/compat/Makefile:1.79 src/tools/compat/Makefile:1.80
--- src/tools/compat/Makefile:1.79 Tue Mar 1 06:48:55 2016
+++ src/tools/compat/Makefile Tue Mar 1 10:09:00 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2016/03/01 06:48:55 aymeric Exp $
+# $NetBSD: Makefile,v 1.80 2016/03/01 10:09:00 martin Exp $
HOSTLIB= nbcompat
@@ -14,7 +14,6 @@ SRCS= atoll.c basename.c cdbr.c cdbw.c
mkstemp.c pread.c putc_unlocked.c pwcache.c pwrite.c \
pw_scan.c \
raise_default_signal.c reallocarr.c rmd160.c rmd160hl.c \
- regcomp.c regerror.c regexec.c regfree.c \
setenv.c setgroupent.c \
setpassent.c setprogname.c sha1.c sha1hl.c sha2.c \
sha256hl.c sha384hl.c sha512hl.c snprintb.c snprintf.c \
@@ -48,7 +47,6 @@ CPPFLAGS+= -I. -I./include -I${.CURDIR}
${.CURDIR}/../../lib/libc/hash/sha1 \
${.CURDIR}/../../lib/libc/hash/sha2 \
${.CURDIR}/../../lib/libc/md \
- ${.CURDIR}/../../lib/libc/regex \
${.CURDIR}/../../lib/libc/stdio \
${.CURDIR}/../../lib/libc/stdlib \
${.CURDIR}/../../lib/libc/string \