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

Annotation of src/sbin/Makefile, Revision 1.59.2.1

1.59.2.1! wrstuden    1: #      $NetBSD: Makefile,v 1.64 1999/11/23 05:28:16 mrg 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.51      ws          5: # Missing: icheck ncheck
1.8       cgd         6:
1.50      kenh        7: SUBDIR=        atactl badsect bim ccdconfig disklabel dmesg edlabel fastboot fdisk \
1.56      explorer    8:        fsck fsirand ifconfig init ldconfig lmcctl mknod modload modunload \
1.59.2.1! wrstuden    9:        mount newbtconf nologin ping raidctl reboot rcorder rndctl route \
        !            10:        routed savecore scsictl shutdown slattach swapctl ttyflags umount \
        !            11:        wsconsctl
1.21      cgd        12:
                     13: # support for various file systems
                     14: SUBDIR+= mount_ados
                     15: SUBDIR+= mount_cd9660
1.44      mikel      16: SUBDIR+= mount_ext2fs  fsck_ext2fs
1.21      cgd        17: SUBDIR+= mount_fdesc
1.46      mark       18: SUBDIR+= mount_filecore
1.41      pk         19: SUBDIR+= mount_ffs     newfs fsck_ffs fsdb dump restore clri tunefs
1.21      cgd        20: SUBDIR+= mount_kernfs
1.59.2.1! wrstuden   21: SUBDIR+= mount_lfs     newfs_lfs fsck_lfs dump_lfs
1.21      cgd        22: # mount_mfs -> newfs
1.34      christos   23: SUBDIR+= mount_msdos   newfs_msdos fsck_msdos
1.21      cgd        24: SUBDIR+= mount_nfs
1.57      christos   25: SUBDIR+= mount_ntfs
1.21      cgd        26: SUBDIR+= mount_null
                     27: SUBDIR+= mount_portal
                     28: SUBDIR+= mount_procfs
                     29: SUBDIR+= mount_umap
                     30: SUBDIR+= mount_union
1.58      itojun     31:
                     32: # IPv6
1.59      itojun     33: SUBDIR+= ping6 rtsol
1.7       cgd        34:
1.1       cgd        35: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>