[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sbin

Annotation of src/sbin/Makefile, Revision 1.46

1.46    ! mark        1: #      $NetBSD: Makefile,v 1.45 1997/10/13 03:57:51 explorer Exp $
1.19      cgd         2: #      @(#)Makefile    8.5 (Berkeley) 3/31/94
1.1       cgd         3:
1.19      cgd         4: # Not ported: XNSrouted enpload scsiformat startslip
1.24      thorpej     5: # Missing: icheck ncheck
1.8       cgd         6:
1.44      mikel       7: SUBDIR=        badsect bim ccdconfig disklabel dmesg edlabel fastboot fdisk fsck \
1.42      mrg         8:        fsirand ifconfig init mknod modload modunload mount nologin ping \
1.45      explorer    9:        reboot rndctl route routed savecore shutdown slattach swapctl \
                     10:        ttyflags umount
1.21      cgd        11:
                     12: # support for various file systems
                     13: SUBDIR+= mount_ados
                     14: SUBDIR+= mount_cd9660
1.44      mikel      15: SUBDIR+= mount_ext2fs  fsck_ext2fs
1.21      cgd        16: SUBDIR+= mount_fdesc
1.46    ! mark       17: SUBDIR+= mount_filecore
1.41      pk         18: SUBDIR+= mount_ffs     newfs fsck_ffs fsdb dump restore clri tunefs
1.21      cgd        19: SUBDIR+= mount_kernfs
1.41      pk         20: SUBDIR+= mount_lfs     newlfs
1.21      cgd        21: # mount_mfs -> newfs
1.34      christos   22: SUBDIR+= mount_msdos   newfs_msdos fsck_msdos
1.21      cgd        23: SUBDIR+= mount_nfs
                     24: SUBDIR+= mount_null
                     25: SUBDIR+= mount_portal
                     26: SUBDIR+= mount_procfs
                     27: SUBDIR+= mount_umap
                     28: SUBDIR+= mount_union
1.7       cgd        29:
1.1       cgd        30: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>