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