diff options
author | jkh <jkh@FreeBSD.org> | 1997-09-30 23:58:24 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-09-30 23:58:24 +0000 |
commit | fb9cd79beb18abcdb23c1aaf4901fec99380b298 (patch) | |
tree | 8b60cf7c65592b0e9b887d9434c4382354b13b53 /release/i386 | |
parent | d41bb2bc87f29068e4d03f319a4989911f2cd73c (diff) | |
download | FreeBSD-src-fb9cd79beb18abcdb23c1aaf4901fec99380b298.zip FreeBSD-src-fb9cd79beb18abcdb23c1aaf4901fec99380b298.tar.gz |
There appears to be no way around linking with DES for the
moment - the compile-time options are useless since the object
files are being used from ppp to build the crunched image, and
the ppp objects include DES at this stage since they were last
built that way to make the secure distribution. Hmmmm!
Diffstat (limited to 'release/i386')
-rw-r--r-- | release/i386/boot_crunch.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/i386/boot_crunch.conf b/release/i386/boot_crunch.conf index 0c409c9..8f0ab1f 100644 --- a/release/i386/boot_crunch.conf +++ b/release/i386/boot_crunch.conf @@ -1,4 +1,4 @@ -# $Id: boot_crunch.conf,v 1.29 1997/09/27 00:33:48 jkh Exp $ +# $Id$ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 @@ -12,4 +12,4 @@ ln gzip zcat ln sh -sh libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lalias -libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx +libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx -ldes |