diff options
author | joerg <joerg@FreeBSD.org> | 1996-01-03 23:41:03 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-01-03 23:41:03 +0000 |
commit | 61c04a04afc9018110ab8354013f47cffe2cc8f3 (patch) | |
tree | 38d6ba3d2306f93b5a6f3dd6bac3537939c3c73b /release/alpha | |
parent | d0838669d7ef9b007bb94fb14a390685162460d1 (diff) | |
download | FreeBSD-src-61c04a04afc9018110ab8354013f47cffe2cc8f3.zip FreeBSD-src-61c04a04afc9018110ab8354013f47cffe2cc8f3.tar.gz |
Sheesh. I've added -lipx to the wrong crunch config file.
While i've been here, added the ``-s labels'' flag to vnconfig.
Diffstat (limited to 'release/alpha')
-rw-r--r-- | release/alpha/boot_crunch.conf | 4 | ||||
-rw-r--r-- | release/alpha/fixit_crunch.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/release/alpha/boot_crunch.conf b/release/alpha/boot_crunch.conf index bb0e7e6..824fdc0 100644 --- a/release/alpha/boot_crunch.conf +++ b/release/alpha/boot_crunch.conf @@ -1,4 +1,4 @@ -# $Id: boot_crunch.conf,v 1.20.2.3 1995/10/05 08:58:19 jkh Exp $ +# $Id: boot_crunch.conf,v 1.21 1995/12/07 10:32:58 peter Exp $ 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 -libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk +libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx diff --git a/release/alpha/fixit_crunch.conf b/release/alpha/fixit_crunch.conf index ef1a377..3d9ab961 100644 --- a/release/alpha/fixit_crunch.conf +++ b/release/alpha/fixit_crunch.conf @@ -1,4 +1,4 @@ -# $Id: fixit_crunch.conf,v 1.4 1995/12/07 10:33:05 peter Exp $ +# $Id: fixit_crunch.conf,v 1.5 1995/12/31 17:10:05 joerg Exp $ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. @@ -38,4 +38,4 @@ ln common ex # finally, we specify the libraries to link in with our binary libs -lcrypt -ltelnet -lutil -ll -libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi -lipx +libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi |