Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.132.4.1
      1  1.132.4.1  christos #	$NetBSD: Makefile,v 1.132.4.1 2019/06/10 22:05:31 christos 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.130    bouyer SUBDIR=	amrctl apmlabel atactl badsect bioctl brconfig \
     10      1.130    bouyer 	canconfig ccdconfig cgdconfig chown \
     11      1.130    bouyer 	devpubd disklabel dkctl dkscan_bsdlabel dmesg dmctl \
     12      1.125   mbalmer 	drvctl fastboot fdisk fsck fsirand gpt ifconfig init ldconfig luactl \
     13      1.128    nonaka 	mbrlabel mknod modload modstat modunload mount \
     14      1.128    nonaka 	newbtconf nologin nvmectl \
     15      1.124  christos 	ping pppoectl raidctl reboot rcorder rndctl route routed \
     16      1.106    rumble 	savecore scan_ffs scsictl shutdown slattach svhlabel swapctl sysctl \
     17  1.132.4.1  christos 	ttyflags umbctl umount veriexecctl wdogctl wsconsctl
     18       1.21       cgd 
     19       1.21       cgd # support for various file systems
     20      1.107   tsutsui SUBDIR+= newfs_ext2fs fsck_ext2fs
     21      1.117      haad SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs resize_ffs
     22       1.92  perseant SUBDIR+= newfs_lfs fsck_lfs dump_lfs resize_lfs
     23       1.69  jdolecek SUBDIR+= newfs_msdos fsck_msdos
     24       1.97   tsutsui SUBDIR+= newfs_sysvbfs
     25      1.110   reinoud SUBDIR+= newfs_udf
     26      1.120       uch SUBDIR+= newfs_v7fs fsck_v7fs
     27       1.81  jdolecek SUBDIR+= mount_ados
     28      1.132  christos SUBDIR+= mount_autofs
     29       1.81  jdolecek SUBDIR+= mount_cd9660
     30      1.123     ahoka SUBDIR+= mount_chfs
     31      1.106    rumble SUBDIR+= mount_efs
     32       1.82  jdolecek SUBDIR+= mount_ext2fs
     33       1.81  jdolecek SUBDIR+= mount_fdesc
     34       1.81  jdolecek SUBDIR+= mount_filecore
     35       1.81  jdolecek SUBDIR+= mount_ffs
     36      1.104     dillo SUBDIR+= mount_hfs
     37       1.81  jdolecek SUBDIR+= mount_kernfs
     38       1.81  jdolecek SUBDIR+= mount_lfs
     39       1.81  jdolecek SUBDIR+= mount_msdos
     40       1.98   reinoud SUBDIR+= mount_udf
     41       1.81  jdolecek SUBDIR+= mount_nfs
     42      1.114   reinoud SUBDIR+= mount_nilfs
     43       1.81  jdolecek SUBDIR+= mount_ntfs
     44       1.81  jdolecek SUBDIR+= mount_null
     45       1.81  jdolecek SUBDIR+= mount_overlay
     46       1.21       cgd SUBDIR+= mount_portal
     47       1.81  jdolecek SUBDIR+= mount_procfs
     48       1.89  christos SUBDIR+= mount_ptyfs
     49      1.115     pooka SUBDIR+= mount_puffs
     50  1.132.4.1  christos SUBDIR+= mount_qemufwcfg
     51       1.97   tsutsui SUBDIR+= mount_sysvbfs
     52       1.95      jmmv SUBDIR+= mount_tmpfs
     53       1.81  jdolecek SUBDIR+= mount_umap
     54       1.81  jdolecek SUBDIR+= mount_union
     55      1.120       uch SUBDIR+= mount_v7fs
     56       1.58    itojun 
     57       1.93     lukem .if (${USE_INET6} != "no")
     58      1.127       roy SUBDIR+= ping6
     59       1.85      matt .endif
     60       1.68    itojun 
     61      1.122       riz .if (${MKISCSI} != "no")
     62      1.122       riz SUBDIR+= iscsictl iscsid
     63      1.122       riz .endif
     64      1.122       riz 
     65       1.68    itojun # IPsec
     66       1.68    itojun SUBDIR+= setkey
     67        1.7       cgd 
     68        1.1       cgd .include <bsd.subdir.mk>
     69