Makefile revision 1.132
1# $NetBSD: Makefile,v 1.132 2018/01/14 22:44:04 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 \ 10 canconfig ccdconfig cgdconfig chown \ 11 devpubd disklabel dkctl dkscan_bsdlabel dmesg dmctl \ 12 drvctl fastboot fdisk fsck fsirand gpt ifconfig init ldconfig luactl \ 13 mbrlabel mknod modload modstat modunload mount \ 14 newbtconf nologin nvmectl \ 15 ping pppoectl raidctl reboot rcorder rndctl route routed \ 16 savecore scan_ffs scsictl shutdown slattach svhlabel swapctl sysctl \ 17 ttyflags umount veriexecctl wdogctl wsconsctl 18 19# support for various file systems 20SUBDIR+= newfs_ext2fs fsck_ext2fs 21SUBDIR+= newfs fsck_ffs fsdb dump restore clri tunefs resize_ffs 22SUBDIR+= newfs_lfs fsck_lfs dump_lfs resize_lfs 23SUBDIR+= newfs_msdos fsck_msdos 24SUBDIR+= newfs_sysvbfs 25SUBDIR+= newfs_udf 26SUBDIR+= newfs_v7fs fsck_v7fs 27SUBDIR+= mount_ados 28SUBDIR+= mount_autofs 29SUBDIR+= mount_cd9660 30SUBDIR+= mount_chfs 31SUBDIR+= mount_efs 32SUBDIR+= mount_ext2fs 33SUBDIR+= mount_fdesc 34SUBDIR+= mount_filecore 35SUBDIR+= mount_ffs 36SUBDIR+= mount_hfs 37SUBDIR+= mount_kernfs 38SUBDIR+= mount_lfs 39SUBDIR+= mount_msdos 40SUBDIR+= mount_udf 41SUBDIR+= mount_nfs 42SUBDIR+= mount_nilfs 43SUBDIR+= mount_ntfs 44SUBDIR+= mount_null 45SUBDIR+= mount_overlay 46SUBDIR+= mount_portal 47SUBDIR+= mount_procfs 48SUBDIR+= mount_ptyfs 49SUBDIR+= mount_puffs 50SUBDIR+= mount_sysvbfs 51SUBDIR+= mount_tmpfs 52SUBDIR+= mount_umap 53SUBDIR+= mount_union 54SUBDIR+= mount_v7fs 55 56.if ${MACHINE} == "amd64" || ${MACHINE} == "i386" 57SUBDIR+= mount_qemufwcfg 58.endif 59 60.if (${USE_INET6} != "no") 61SUBDIR+= ping6 62.endif 63 64.if (${MKISCSI} != "no") 65SUBDIR+= iscsictl iscsid 66.endif 67 68# IPsec 69SUBDIR+= setkey 70 71.include <bsd.subdir.mk> 72