Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.125
      1 #	$NetBSD: Makefile,v 1.125 2013/10/28 19:05:21 mbalmer Exp $
      2 #	@(#)Makefile	8.5 (Berkeley) 3/31/94
      3 
      4 # Not ported: XNSrouted enpload scsiformat startslip
      5 # Missing: icheck ncheck
      6 
      7 .include <bsd.own.mk>
      8 
      9 SUBDIR=	amrctl apmlabel atactl badsect bioctl brconfig ccdconfig \
     10 	chown devpubd disklabel dkctl dkscan_bsdlabel dmesg dmctl \
     11 	drvctl fastboot fdisk fsck fsirand gpt ifconfig init ldconfig luactl \
     12 	mbrlabel mknod modload modstat modunload mount newbtconf nologin \
     13 	ping pppoectl raidctl reboot rcorder rndctl route routed \
     14 	savecore scan_ffs scsictl shutdown slattach svhlabel swapctl sysctl \
     15 	ttyflags umount veriexecctl wdogctl wsconsctl
     16 
     17 # support for various file systems
     18 SUBDIR+= newfs_ext2fs fsck_ext2fs
     19 SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs resize_ffs
     20 SUBDIR+= newfs_lfs fsck_lfs dump_lfs resize_lfs
     21 SUBDIR+= newfs_msdos fsck_msdos
     22 SUBDIR+= newfs_sysvbfs
     23 SUBDIR+= newfs_udf
     24 SUBDIR+= newfs_v7fs fsck_v7fs
     25 SUBDIR+= mount_ados
     26 SUBDIR+= mount_cd9660
     27 SUBDIR+= mount_chfs
     28 SUBDIR+= mount_efs
     29 SUBDIR+= mount_ext2fs
     30 SUBDIR+= mount_fdesc
     31 SUBDIR+= mount_filecore
     32 SUBDIR+= mount_ffs
     33 SUBDIR+= mount_hfs
     34 SUBDIR+= mount_kernfs
     35 SUBDIR+= mount_lfs
     36 SUBDIR+= mount_msdos
     37 SUBDIR+= mount_udf
     38 SUBDIR+= mount_nfs
     39 SUBDIR+= mount_nilfs
     40 SUBDIR+= mount_ntfs
     41 SUBDIR+= mount_null
     42 SUBDIR+= mount_overlay
     43 SUBDIR+= mount_portal
     44 SUBDIR+= mount_procfs
     45 SUBDIR+= mount_ptyfs
     46 SUBDIR+= mount_puffs
     47 SUBDIR+= mount_smbfs
     48 SUBDIR+= mount_sysvbfs
     49 SUBDIR+= mount_tmpfs
     50 SUBDIR+= mount_umap
     51 SUBDIR+= mount_union
     52 SUBDIR+= mount_v7fs
     53 
     54 .if (${MKCRYPTO} != "no")
     55 SUBDIR+= cgdconfig
     56 .endif
     57 
     58 .if (${USE_INET6} != "no")
     59 SUBDIR+= ping6 rtsol
     60 .endif
     61 
     62 .if (${MKISCSI} != "no")
     63 SUBDIR+= iscsictl iscsid
     64 .endif
     65 
     66 # IPsec
     67 SUBDIR+= setkey
     68 
     69 .include <bsd.subdir.mk>
     70