Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2000 15:16:20 +0200
From:      Martin Cracauer <cracauer@cons.org>
To:        Mark Murray <markm@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/modules/randomdev Makefile
Message-ID:  <20000627151620.B42129@cons.org>
In-Reply-To: <200006261218.FAA43112@freefall.freebsd.org>; from markm@FreeBSD.ORG on Mon, Jun 26, 2000 at 05:18:09AM -0700
References:  <200006261218.FAA43112@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In <200006261218.FAA43112@freefall.freebsd.org>, Mark Murray wrote: 
> markm       2000/06/26 05:18:09 PDT
> 
>   Modified files:
>     sys/modules/randomdev Makefile 
>   Log:
>   Better style(9) for the module build.

This module's built is broken both for compilation within kernel
compile and as standalone compile:

[kernel compile]
make depend
...
===> randomdev
make: don't know how to make bf_cbc.c. Stop

cd /usr/src/sys/modules/randomdev
make depend
make: don't know how to make bf_cbc.c. Stop

Probably related to the crypto relative paths for RANDOMDEVS.  Do you
have the crypto stuff in other place than freefall has?

Martin
-- 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Martin Cracauer <cracauer@cons.org> http://www.cons.org/cracauer/
BSD User Group Hamburg, Germany     http://www.bsdhh.org/


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?20000627151620.B42129>