1# $NetBSD: Makefile,v 1.126 2013/12/25 22:04:52 christos 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 9SUBDIR= 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 18SUBDIR+= newfs_ext2fs fsck_ext2fs 19SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs resize_ffs 20SUBDIR+= newfs_lfs fsck_lfs dump_lfs resize_lfs 21SUBDIR+= newfs_msdos fsck_msdos 22SUBDIR+= newfs_sysvbfs 23SUBDIR+= newfs_udf 24SUBDIR+= newfs_v7fs fsck_v7fs 25SUBDIR+= mount_ados 26SUBDIR+= mount_cd9660 27SUBDIR+= mount_chfs 28SUBDIR+= mount_efs 29SUBDIR+= mount_ext2fs 30SUBDIR+= mount_fdesc 31SUBDIR+= mount_filecore 32SUBDIR+= mount_ffs 33SUBDIR+= mount_hfs 34SUBDIR+= mount_kernfs 35SUBDIR+= mount_lfs 36SUBDIR+= mount_msdos 37SUBDIR+= mount_udf 38SUBDIR+= mount_nfs 39SUBDIR+= mount_nilfs 40SUBDIR+= mount_ntfs 41SUBDIR+= mount_null 42SUBDIR+= mount_overlay 43SUBDIR+= mount_portal 44SUBDIR+= mount_procfs 45SUBDIR+= mount_ptyfs 46SUBDIR+= mount_puffs 47SUBDIR+= mount_sysvbfs 48SUBDIR+= mount_tmpfs 49SUBDIR+= mount_umap 50SUBDIR+= mount_union 51SUBDIR+= mount_v7fs 52 53.if (${MKCRYPTO} != "no") 54SUBDIR+= cgdconfig 55.endif 56 57.if (${USE_INET6} != "no") 58SUBDIR+= ping6 rtsol 59.endif 60 61.if (${MKISCSI} != "no") 62SUBDIR+= iscsictl iscsid 63.endif 64 65# IPsec 66SUBDIR+= setkey 67 68.include <bsd.subdir.mk> 69