diff options
author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2008-09-25 12:25:54 +0000 |
---|---|---|
committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2008-09-25 12:25:54 +0000 |
commit | 0ae492beb3ff29b2c1e14091e6ef1514668da482 (patch) | |
tree | e303212c8a84e36815ba7cba6114f93626d083cc /release/pc98/fixit-small_crunch.conf | |
parent | 4d4ef0699309c9997c5dd79b2e95d2e985e6e979 (diff) | |
download | src-0ae492beb3ff29b2c1e14091e6ef1514668da482.tar.gz src-0ae492beb3ff29b2c1e14091e6ef1514668da482.zip |
- Add libbsdxml and libsbuf required by bsdlabel.
- Remove the mknod from pc98 fixit and also the ftp from pc98 small fixit
to avoid disk full.
Notes
Notes:
svn path=/head/; revision=183350
Diffstat (limited to 'release/pc98/fixit-small_crunch.conf')
-rw-r--r-- | release/pc98/fixit-small_crunch.conf | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/release/pc98/fixit-small_crunch.conf b/release/pc98/fixit-small_crunch.conf index ca7feae107cc..111f1cdcda51 100644 --- a/release/pc98/fixit-small_crunch.conf +++ b/release/pc98/fixit-small_crunch.conf @@ -26,7 +26,6 @@ progs bsdlabel progs clri progs dmesg progs fdisk -progs mknod progs mount progs mount_cd9660 progs mount_msdosfs @@ -37,11 +36,8 @@ ln bsdlabel disklabel special fdisk srcdir /usr/src/sbin/fdisk_pc98 -srcdirs /usr/src/usr.bin -progs ftp - srcdirs /usr/src/usr.sbin progs chown ln chown chgrp -libs -ledit -lgeom -lkiconv -lkvm -lncurses -lutil +libs -lgeom -lbsdxml -lsbuf -lkiconv -lkvm -lncurses -lutil |