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/hp300/ramdisk/list | |
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/hp300/ramdisk/list')
-rw-r--r-- | distrib/hp300/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index d725aef0380..2ea31dc3378 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.31 2002/04/30 09:18:20 deraadt Exp $ +# $OpenBSD: list,v 1.32 2002/05/01 01:15:53 millert Exp $ COPY ${OBJDIR}/instbin instbin LINK instbin bin/cat @@ -20,7 +20,7 @@ LINK instbin bin/sleep LINK instbin bin/stty LINK instbin bin/sync LINK instbin sbin/disklabel -LINK instbin sbin/fsck +LINK instbin sbin/fsck_ffs sbin/fsck LINK instbin sbin/dmesg LINK instbin sbin/halt LINK instbin sbin/ifconfig |