From cb9a29e51294a5e8fa53067a64eb3566714fb185 Mon Sep 17 00:00:00 2001 From: mikel Date: Wed, 23 Jul 1997 07:16:15 +0000 Subject: [PATCH] alphabetize --- sbin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/Makefile b/sbin/Makefile index 8a903aa4092c..28b8f0a23db2 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.43 1997/06/23 09:03:44 veego Exp $ +# $NetBSD: Makefile,v 1.44 1997/07/23 07:16:15 mikel Exp $ # @(#)Makefile 8.5 (Berkeley) 3/31/94 # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck ncheck -SUBDIR= badsect bim disklabel ccdconfig dmesg edlabel fastboot fdisk fsck \ +SUBDIR= badsect bim ccdconfig disklabel dmesg edlabel fastboot fdisk fsck \ fsirand ifconfig init mknod modload modunload mount nologin ping \ reboot route routed savecore shutdown slattach swapctl ttyflags \ umount @@ -12,6 +12,7 @@ SUBDIR= badsect bim disklabel ccdconfig dmesg edlabel fastboot fdisk fsck \ # support for various file systems SUBDIR+= mount_ados SUBDIR+= mount_cd9660 +SUBDIR+= mount_ext2fs fsck_ext2fs SUBDIR+= mount_fdesc SUBDIR+= mount_ffs newfs fsck_ffs fsdb dump restore clri tunefs SUBDIR+= mount_kernfs @@ -24,6 +25,5 @@ SUBDIR+= mount_portal SUBDIR+= mount_procfs SUBDIR+= mount_umap SUBDIR+= mount_union -SUBDIR+= mount_ext2fs fsck_ext2fs .include