> On Thu, Jan 21, 1999 at 12:26:04PM -0800, Steve Kargl wrote:
> > cd /usr/src/secure/lib/libcrypt;  /usr/obj/usr/src/tmp/usr/bin/make 
> > -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED cleandepend;  
> > /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE 
> > -DNOSHARED all;  /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC 
> > -DNOPROFILE -DNOSHARED -B install cleandir obj
> > rm -f .depend /usr/obj/usr/src/secure/lib/libcrypt/GPATH 
> > /usr/obj/usr/src/secure/lib/libcrypt/GRTAGS  
> > /usr/obj/usr/src/secure/lib/libcrypt/GSYMS 
> > /usr/obj/usr/src/secure/lib/libcrypt/GTAGS
> > make: don't know how to make crypt-md5.c. Stop
> > *** Error code 2
> > 1 error
> > 
> > Seem crypt-md5.c was moved into the attic, but the Makefile was updated.
> 
> Do you mean "wasn't" updated?
> 
> I am not sure that fixing the Makefile will resolve all the issues with the 
> recent libcrypt changes.

I just finished a make world, here're the changes I made,

Makefile.inc1:  delete secure/lib/libcrypt from bootstrap library list
lib/Makefile:   delete secure/lib/libcrypt from SUBDIR list
secure/lib/libcrypt:    rename crypt.c to crypt-des.c

-lq

> -- 
> Regards,
> Norman C. Rice, Jr.
> 

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to