diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-27 03:24:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-27 03:24:04 +0000 |
commit | 8fbea7b2a95d9bf1cb50b0d9693cdcc2840adaa3 (patch) | |
tree | 9a259f476fa878fe080bd131b7a2cf7b69f2d7d8 /distrib/i386/floppies/kc | |
parent | 76205783d8e63dbbf53d3bf867dfee93b4a99aba (diff) |
we want fdisk too
Diffstat (limited to 'distrib/i386/floppies/kc')
-rw-r--r-- | distrib/i386/floppies/kc/kcbin.conf | 4 | ||||
-rw-r--r-- | distrib/i386/floppies/kc/list | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/distrib/i386/floppies/kc/kcbin.conf b/distrib/i386/floppies/kc/kcbin.conf index cff1ed443cd..aca25ea9080 100644 --- a/distrib/i386/floppies/kc/kcbin.conf +++ b/distrib/i386/floppies/kc/kcbin.conf @@ -1,11 +1,11 @@ -# $OpenBSD: kcbin.conf,v 1.3 1996/06/16 10:25:21 deraadt Exp $ +# $OpenBSD: kcbin.conf,v 1.4 1996/09/27 03:24:02 deraadt Exp $ # # kcbin.conf - unified binary for the kc floppy # srcdirs bin sbin -progs cp dd disklabel fsck_ffs init mount mount_ffs reboot sh test umount +progs cp dd disklabel fsck_ffs fdisk init mount mount_ffs reboot sh test umount ln test [ ln fsck_ffs fsck diff --git a/distrib/i386/floppies/kc/list b/distrib/i386/floppies/kc/list index f0c17c843cd..8c662dc3bf7 100644 --- a/distrib/i386/floppies/kc/list +++ b/distrib/i386/floppies/kc/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.5 1996/07/01 18:09:17 deraadt Exp $ +# $OpenBSD: list,v 1.6 1996/09/27 03:24:03 deraadt Exp $ # copy the kernel COPY ${OBJDIR}/bsd bsd @@ -11,8 +11,9 @@ LINK kcbin bin/sh LINK kcbin bin/test LINK kcbin bin/[ LINK kcbin sbin/disklabel -LINK kcbin sbin/fsck_ffs +LINK kcbin sbin/fdisk LINK kcbin sbin/fsck +LINK kcbin sbin/fsck_ffs LINK kcbin sbin/halt LINK kcbin sbin/init LINK kcbin sbin/mount |