Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/compat Sync with recent changes.



details:   https://anonhg.NetBSD.org/src/rev/5aeeebda2a62
branches:  trunk
changeset: 584603:5aeeebda2a62
user:      elad <elad%NetBSD.org@localhost>
date:      Sat Sep 24 19:06:20 2005 +0000

description:
Sync with recent changes.

diffstat:

 tools/compat/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 442d202c8539 -r 5aeeebda2a62 tools/compat/Makefile
--- a/tools/compat/Makefile     Sat Sep 24 19:04:52 2005 +0000
+++ b/tools/compat/Makefile     Sat Sep 24 19:06:20 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.37 2005/09/13 15:32:48 christos Exp $
+#      $NetBSD: Makefile,v 1.38 2005/09/24 19:06:20 elad Exp $
 
 HOSTLIB=       nbcompat
 
@@ -29,6 +29,9 @@
 
 .PATH:         ${.CURDIR}/../../lib/libc/gen \
                ${.CURDIR}/../../lib/libc/hash \
+               ${.CURDIR}/../../lib/libc/hash/md5 \
+               ${.CURDIR}/../../lib/libc/hash/rmd160 \
+               ${.CURDIR}/../../lib/libc/hash/sha1 \
                ${.CURDIR}/../../lib/libc/hash/sha2 \
                ${.CURDIR}/../../lib/libc/md \
                ${.CURDIR}/../../lib/libc/stdio \



Home | Main Index | Thread Index | Old Index