diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-01 01:15:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-01 01:15:54 +0000 |
commit | 050679d22c774ab66d1823538444af8daffb65a6 (patch) | |
tree | e8b509292d40b98790a8973ea0927d888a2f22e1 /distrib/mac68k/ramdisk | |
parent | 86f2bd33733331e6c7f97ea6bc2ff3aed9d40f56 (diff) |
We only need fsck_ffs, not the fsck front end.
Make all fsck list file entries simply be:
LINK instbin sbin/fsck_ffs sbin/fsck
Diffstat (limited to 'distrib/mac68k/ramdisk')
-rw-r--r-- | distrib/mac68k/ramdisk/list | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/mac68k/ramdisk/list b/distrib/mac68k/ramdisk/list index 541013d1c6a..739026ffb41 100644 --- a/distrib/mac68k/ramdisk/list +++ b/distrib/mac68k/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.15 2002/04/30 09:18:20 deraadt Exp $ +# $OpenBSD: list,v 1.16 2002/05/01 01:15:53 millert Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -24,8 +24,7 @@ LINK instbin bin/test bin/[ LINK instbin sbin/dhclient LINK instbin sbin/disklabel LINK instbin sbin/dmesg -LINK instbin sbin/fsck -LINK instbin sbin/fsck_ffs +LINK instbin sbin/fsck_ffs sbin/fsck LINK instbin sbin/reboot sbin/halt LINK instbin sbin/ifconfig LINK instbin sbin/init |