Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.121.2.1
      1  1.121.2.1      yamt #	$NetBSD: Makefile,v 1.121.2.1 2012/04/17 00:05:38 yamt Exp $
      2       1.19       cgd #	@(#)Makefile	8.5 (Berkeley) 3/31/94
      3        1.1       cgd 
      4       1.19       cgd # Not ported: XNSrouted enpload scsiformat startslip
      5       1.51        ws # Missing: icheck ncheck
      6        1.8       cgd 
      7       1.85      matt .include <bsd.own.mk>
      8       1.85      matt 
      9      1.108    simonb SUBDIR=	amrctl apmlabel atactl badsect bioctl brconfig ccdconfig \
     10      1.121       mrg 	chown devpubd disklabel dkctl dkscan_bsdlabel dmesg dmctl \
     11      1.116       abs 	drvctl fastboot fdisk fsck fsirand gpt ifconfig init ldconfig \
     12      1.113        ad 	mbrlabel mknod modload modstat modunload mount newbtconf nologin \
     13       1.78     elric 	pdisk ping pppoectl raidctl reboot rcorder rndctl route routed \
     14      1.106    rumble 	savecore scan_ffs scsictl shutdown slattach svhlabel swapctl sysctl \
     15      1.106    rumble 	ttyflags umount veriexecctl wdogctl wsconsctl
     16       1.21       cgd 
     17       1.21       cgd # support for various file systems
     18      1.107   tsutsui SUBDIR+= newfs_ext2fs fsck_ext2fs
     19      1.117      haad SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs resize_ffs
     20       1.92  perseant SUBDIR+= newfs_lfs fsck_lfs dump_lfs resize_lfs
     21       1.69  jdolecek SUBDIR+= newfs_msdos fsck_msdos
     22       1.97   tsutsui SUBDIR+= newfs_sysvbfs
     23      1.110   reinoud SUBDIR+= newfs_udf
     24      1.120       uch SUBDIR+= newfs_v7fs fsck_v7fs
     25       1.81  jdolecek SUBDIR+= mount_ados
     26       1.81  jdolecek SUBDIR+= mount_cd9660
     27  1.121.2.1      yamt SUBDIR+= mount_chfs
     28      1.106    rumble SUBDIR+= mount_efs
     29       1.82  jdolecek SUBDIR+= mount_ext2fs
     30       1.81  jdolecek SUBDIR+= mount_fdesc
     31       1.81  jdolecek SUBDIR+= mount_filecore
     32       1.81  jdolecek SUBDIR+= mount_ffs
     33      1.104     dillo SUBDIR+= mount_hfs
     34       1.81  jdolecek SUBDIR+= mount_kernfs
     35       1.81  jdolecek SUBDIR+= mount_lfs
     36       1.81  jdolecek SUBDIR+= mount_msdos
     37       1.98   reinoud SUBDIR+= mount_udf
     38       1.81  jdolecek SUBDIR+= mount_nfs
     39      1.114   reinoud SUBDIR+= mount_nilfs
     40       1.81  jdolecek SUBDIR+= mount_ntfs
     41       1.81  jdolecek SUBDIR+= mount_null
     42       1.81  jdolecek SUBDIR+= mount_overlay
     43       1.21       cgd SUBDIR+= mount_portal
     44       1.81  jdolecek SUBDIR+= mount_procfs
     45       1.89  christos SUBDIR+= mount_ptyfs
     46      1.115     pooka SUBDIR+= mount_puffs
     47       1.83  jdolecek SUBDIR+= mount_smbfs
     48       1.97   tsutsui SUBDIR+= mount_sysvbfs
     49       1.95      jmmv SUBDIR+= mount_tmpfs
     50       1.81  jdolecek SUBDIR+= mount_umap
     51       1.81  jdolecek SUBDIR+= mount_union
     52      1.120       uch SUBDIR+= mount_v7fs
     53       1.58    itojun 
     54       1.86     lukem .if (${MKCRYPTO} != "no")
     55       1.86     lukem SUBDIR+= cgdconfig
     56       1.86     lukem .endif
     57       1.86     lukem 
     58       1.93     lukem .if (${USE_INET6} != "no")
     59       1.59    itojun SUBDIR+= ping6 rtsol
     60       1.85      matt .endif
     61       1.68    itojun 
     62  1.121.2.1      yamt .if (${MKISCSI} != "no")
     63  1.121.2.1      yamt SUBDIR+= iscsictl iscsid
     64  1.121.2.1      yamt .endif
     65  1.121.2.1      yamt 
     66       1.68    itojun # IPsec
     67       1.68    itojun SUBDIR+= setkey
     68        1.7       cgd 
     69        1.1       cgd .include <bsd.subdir.mk>
     70