alphabetize

This commit is contained in:
mikel 1997-07-23 07:16:15 +00:00
parent 391589011c
commit cb9a29e512
1 changed files with 3 additions and 3 deletions

View File

@ -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 <bsd.subdir.mk>