diff options
author | jkh <jkh@FreeBSD.org> | 2001-03-30 07:50:29 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2001-03-30 07:50:29 +0000 |
commit | 759dbf1c02c26b2f07532ad1a58a3d7aef8e7ae1 (patch) | |
tree | d06c5e6d0cd878cac815341163972200f8ad7749 /release | |
parent | c39a811cd41821a24b16c96d53a8df43353e34c5 (diff) | |
download | FreeBSD-src-759dbf1c02c26b2f07532ad1a58a3d7aef8e7ae1.zip FreeBSD-src-759dbf1c02c26b2f07532ad1a58a3d7aef8e7ae1.tar.gz |
Eliminate some things from the fixit crunch image so that it actually
builds again.
Diffstat (limited to 'release')
-rw-r--r-- | release/alpha/fixit_crunch.conf | 10 | ||||
-rw-r--r-- | release/fixit_crunch.conf | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/release/alpha/fixit_crunch.conf b/release/alpha/fixit_crunch.conf index e8bd0ed..97949b1 100644 --- a/release/alpha/fixit_crunch.conf +++ b/release/alpha/fixit_crunch.conf @@ -17,21 +17,21 @@ progs mv rm rmdir sleep sync # /sbin stuff -progs chown clri disklabel dmesg +progs chown dmesg progs mknod mount reboot restore swapon umount -progs mount_msdos mount_cd9660 +progs mount_cd9660 ln restore rrestore ln chown chgrp # /usr/bin stuff -progs ftp telnet vi grep +progs ftp vi ln vi view ln vi ex # finally, we specify the libraries to link in with our binary -libs -lcrypt -ltelnet -lutil -ll -lm -libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lz +libs -lcrypt -lutil -ll -lm +libs -lcurses -ltermcap -ledit -lkvm -lz diff --git a/release/fixit_crunch.conf b/release/fixit_crunch.conf index e8bd0ed..97949b1 100644 --- a/release/fixit_crunch.conf +++ b/release/fixit_crunch.conf @@ -17,21 +17,21 @@ progs mv rm rmdir sleep sync # /sbin stuff -progs chown clri disklabel dmesg +progs chown dmesg progs mknod mount reboot restore swapon umount -progs mount_msdos mount_cd9660 +progs mount_cd9660 ln restore rrestore ln chown chgrp # /usr/bin stuff -progs ftp telnet vi grep +progs ftp vi ln vi view ln vi ex # finally, we specify the libraries to link in with our binary -libs -lcrypt -ltelnet -lutil -ll -lm -libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lz +libs -lcrypt -lutil -ll -lm +libs -lcurses -ltermcap -ledit -lkvm -lz |