Add gpart and glabel to the release CD mfsroot. Even if sysinstall

cannot partition disks on powerpc, this will allow the user to.

PR:		powerpc/93203
Obtained from:	ia64
MFC after:	1 week
This commit is contained in:
Nathan Whitehorn 2010-04-20 01:12:23 +00:00
parent a318bc273d
commit 0d526fa829
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206881

View file

@ -15,6 +15,7 @@ srcdirs /usr/src/sbin
progs camcontrol
progs dhclient
progs fsck_ffs
progs geom
progs ifconfig
progs mount_msdosfs
progs mount_nfs
@ -25,6 +26,8 @@ progs rtsol
progs tunefs
ln fsck_ffs fsck_4.2bsd
ln fsck_ffs fsck_ufs
ln geom glabel
ln geom gpart
srcdirs /usr/src/usr.bin
progs cpio
@ -43,4 +46,4 @@ progs usbconfig
libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph
libs -ldialog -lncurses -ldisk -lcam -lkiconv -lsbuf -lufs
libs -lbsdxml -larchive -lbz2 -lusb -ljail
libs -lgeom -lbsdxml -larchive -lbz2 -lusb -ljail