Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/usr.sbin/mtree
Elad Efrat <elad%netbsd.org@localhost> typed:
: Module Name: src
: Committed By: elad
: Date: Wed Aug 24 20:55:41 UTC 2005
: Modified Files:
: src/usr.sbin/mtree: compare.c create.c misc.c mtree.8 mtree.h spec.c
: Log Message:
: Add SHA2 support in mtree.
tools can't use it though.
Regards,
Geoff
--- tools/mtree/Makefile.org 2002-12-09 13:08:34.000000000 +1100
+++ tools/mtree/Makefile 2005-08-26 11:51:18.000000000 +1000
@@ -2,6 +2,6 @@
HOSTPROGNAME= ${_TOOL_PREFIX}mtree
HOST_SRCDIR= usr.sbin/mtree
-HOST_CPPFLAGS= -DNO_MD5 -DNO_RMD160 -DNO_SHA1
+HOST_CPPFLAGS= -DNO_MD5 -DNO_RMD160 -DNO_SHA1 -DNO_SHA2
.include "${.CURDIR}/../Makefile.host"
Home |
Main Index |
Thread Index |
Old Index