Date: Fri, 26 Feb 1999 20:31:39 +0200 From: Sheldon Hearn <sheldonh@iafrica.com> To: Garrett Wollman <wollman@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libmd sha.3 sha.h sha0c.c sha1c.c sha_locl.h shadriver.c Makefile mdX.3 mdXhl.c mddriver.c src/lib/libmd/i386 sha.S Message-ID: <31508.920053899@axl.noc.iafrica.com> In-Reply-To: Your message of "Fri, 26 Feb 1999 20:15:01 %2B0200." <31162.920052901@axl.noc.iafrica.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 26 Feb 1999 20:15:01 +0200, Sheldon Hearn wrote:
> Breaks the i386 buildworld target:
> [...]
The applied diffs fixed the problem on my box, although I'm using
NOAOUT, so it's not "fully" tested.
Ciao,
Sheldon.
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/lib/libmd/Makefile,v
retrieving revision 1.29
diff -u -d -r1.29 Makefile
--- Makefile 1999/02/26 04:24:56 1.29
+++ Makefile 1999/02/26 18:28:50
@@ -17,6 +17,7 @@
.if exists(${MACHINE_ARCH}/sha.S)
SRCS+= ${MACHINE_ARCH}/sha.S
CFLAGS+= -DSHA1_ASM -DELF
+SUBDIR+= ${MACHINE_ARCH}
.endif
all: md2.3 md4.3 md5.3
Index: i386/Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null Fri Feb 26 19:46:55 1999
+++ Makefile Fri Feb 26 20:29:22 1999
@@ -0,0 +1,3 @@
+# $Id$
+
+.include <bsd.lib.mk>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31508.920053899>
