1# @(#)Makefile 8.5 (Berkeley) 3/31/94 2# $FreeBSD$ 3 4.include <src.opts.mk> 5 6# XXX MISSING: icheck ncheck 7 8SUBDIR=adjkerntz \ 9 camcontrol \ 10 clri \ 11 comcontrol \ 12 conscontrol \ 13 ddb \ 14 devfs \ 15 devmatch \ 16 dhclient \ 17 dmesg \ 18 dump \ 19 dumpfs \ 20 dumpon \ 21 etherswitchcfg \ 22 ffsinfo \ 23 fsck \ 24 fsck_ffs \ 25 fsck_msdosfs \ 26 fsdb \ 27 fsirand \ 28 gbde \ 29 geom \ 30 ggate \ 31 growfs \ 32 gvinum \ 33 ifconfig \ 34 init \ 35 kldconfig \ 36 kldload \ 37 kldstat \ 38 kldunload \ 39 ldconfig \ 40 md5 \ 41 mdconfig \ 42 mdmfs \ 43 mknod \ 44 mksnap_ffs \ 45 mount \ 46 mount_cd9660 \ 47 mount_fusefs \ 48 mount_msdosfs \ 49 mount_nfs \ 50 mount_nullfs \ 51 mount_udf \ 52 mount_unionfs \ 53 newfs \ 54 newfs_msdos \ 55 nfsiod \ 56 nos-tun \ 57 ping \ 58 rcorder \ 59 reboot \ 60 recoverdisk \ 61 resolvconf \ 62 restore \ 63 route \ 64 savecore \ 65 setkey \ 66 shutdown \ 67 spppcontrol \ 68 swapon \ 69 sysctl \ 70 tunefs \ 71 umount 72 73SUBDIR.${MK_CCD}+= ccdconfig 74SUBDIR.${MK_CXX}+= devd 75SUBDIR.${MK_HAST}+= hastctl 76SUBDIR.${MK_HAST}+= hastd 77SUBDIR.${MK_INET6}+= ping6 78SUBDIR.${MK_INET6}+= rtsol 79SUBDIR.${MK_IPFILTER}+= ipf 80SUBDIR.${MK_IPFW}+= ipfw 81SUBDIR.${MK_IPFW}+= natd 82SUBDIR.${MK_ISCSI}+= iscontrol 83SUBDIR.${MK_NAND}+= nandfs 84SUBDIR.${MK_NAND}+= newfs_nandfs 85SUBDIR.${MK_NVME}+= nvmecontrol 86SUBDIR.${MK_OPENSSL}+= decryptcore 87SUBDIR.${MK_PF}+= pfctl 88SUBDIR.${MK_PF}+= pflogd 89SUBDIR.${MK_QUOTAS}+= quotacheck 90SUBDIR.${MK_ROUTED}+= routed 91SUBDIR.${MK_ZFS}+= zfsbootcfg 92 93SUBDIR.${MK_TESTS}+= tests 94 95.include <bsd.arch.inc.mk> 96 97SUBDIR_PARALLEL= 98 99.include <bsd.subdir.mk> 100