diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-11 07:05:05 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-11 07:05:05 +0000 |
commit | b183c608c6407ea3620f7baf6ec6a39664205020 (patch) | |
tree | ed8bff999f3cfa9bb7c8c40465f956fe1f8fd791 /release/i386 | |
parent | 7c0a4da54622b2de498eb45cc8593ac74d17167f (diff) | |
download | FreeBSD-src-b183c608c6407ea3620f7baf6ec6a39664205020.zip FreeBSD-src-b183c608c6407ea3620f7baf6ec6a39664205020.tar.gz |
Use the proper libs for sh.
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 c29caba..d4cc798 100644 --- a/release/i386/boot_crunch.conf +++ b/release/i386/boot_crunch.conf @@ -1,4 +1,4 @@ -# $Id: boot_crunch.conf,v 1.3 1995/05/10 17:20:21 jkh Exp $ +# $Id: boot_crunch.conf,v 1.4 1995/05/11 06:32:13 jkh 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 @@ -12,5 +12,5 @@ ln sh -sh # ln sysinstall oinit # ln test [ -# libs -ll -ledit -ltermcap -lutil -lscrypt +libs -ll -ledit -lutil libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk |