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

Annotation of src/sbin/Makefile, Revision 1.117

1.117   ! haad        1: #      $NetBSD: Makefile,v 1.116 2010/03/10 23:13:10 abs 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.85      matt        7: .include <bsd.own.mk>
                      8:
1.108     simonb      9: SUBDIR=        amrctl apmlabel atactl badsect bioctl brconfig ccdconfig \
1.112     joerg      10:        disklabel dkctl dkscan_bsdlabel dmesg \
1.116     abs        11:        drvctl fastboot fdisk fsck fsirand gpt ifconfig init ldconfig \
1.113     ad         12:        mbrlabel mknod modload modstat modunload mount newbtconf nologin \
1.78      elric      13:        pdisk ping pppoectl raidctl reboot rcorder rndctl route routed \
1.106     rumble     14:        savecore scan_ffs scsictl shutdown slattach svhlabel swapctl sysctl \
                     15:        ttyflags umount veriexecctl wdogctl wsconsctl
1.21      cgd        16:
                     17: # support for various file systems
1.107     tsutsui    18: SUBDIR+= newfs_ext2fs fsck_ext2fs
1.117   ! haad       19: SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs resize_ffs
1.92      perseant   20: SUBDIR+= newfs_lfs fsck_lfs dump_lfs resize_lfs
1.69      jdolecek   21: SUBDIR+= newfs_msdos fsck_msdos
1.97      tsutsui    22: SUBDIR+= newfs_sysvbfs
1.110     reinoud    23: SUBDIR+= newfs_udf
1.81      jdolecek   24: SUBDIR+= mount_ados
                     25: SUBDIR+= mount_cd9660
1.106     rumble     26: SUBDIR+= mount_efs
1.82      jdolecek   27: SUBDIR+= mount_ext2fs
1.81      jdolecek   28: SUBDIR+= mount_fdesc
                     29: SUBDIR+= mount_filecore
                     30: SUBDIR+= mount_ffs
1.104     dillo      31: SUBDIR+= mount_hfs
1.81      jdolecek   32: SUBDIR+= mount_kernfs
                     33: SUBDIR+= mount_lfs
                     34: SUBDIR+= mount_msdos
1.98      reinoud    35: SUBDIR+= mount_udf
1.81      jdolecek   36: SUBDIR+= mount_nfs
1.114     reinoud    37: SUBDIR+= mount_nilfs
1.81      jdolecek   38: SUBDIR+= mount_ntfs
                     39: SUBDIR+= mount_null
                     40: SUBDIR+= mount_overlay
1.21      cgd        41: SUBDIR+= mount_portal
1.81      jdolecek   42: SUBDIR+= mount_procfs
1.89      christos   43: SUBDIR+= mount_ptyfs
1.115     pooka      44: SUBDIR+= mount_puffs
1.83      jdolecek   45: SUBDIR+= mount_smbfs
1.97      tsutsui    46: SUBDIR+= mount_sysvbfs
1.95      jmmv       47: SUBDIR+= mount_tmpfs
1.81      jdolecek   48: SUBDIR+= mount_umap
                     49: SUBDIR+= mount_union
1.58      itojun     50:
1.86      lukem      51: .if (${MKCRYPTO} != "no")
                     52: SUBDIR+= cgdconfig
                     53: .endif
                     54:
1.93      lukem      55: .if (${USE_INET6} != "no")
1.59      itojun     56: SUBDIR+= ping6 rtsol
1.85      matt       57: .endif
1.68      itojun     58:
                     59: # IPsec
                     60: SUBDIR+= setkey
1.7       cgd        61:
1.1       cgd        62: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>