Makefile 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. .include <src.opts.mk>
  2. SUBDIR= adduser \
  3. arp \
  4. binmiscctl \
  5. boottrace \
  6. bsdconfig \
  7. camdd \
  8. cdcontrol \
  9. chkgrp \
  10. chown \
  11. chroot \
  12. ckdist \
  13. clear_locks \
  14. crashinfo \
  15. cron \
  16. daemon \
  17. dconschat \
  18. devctl \
  19. devinfo \
  20. diskinfo \
  21. dumpcis \
  22. etcupdate \
  23. extattr \
  24. extattrctl \
  25. fifolog \
  26. fstyp \
  27. fwcontrol \
  28. fwget \
  29. getfmac \
  30. getpmac \
  31. gstat \
  32. i2c \
  33. ifmcstat \
  34. iostat \
  35. iovctl \
  36. kldxref \
  37. mailwrapper \
  38. makefs \
  39. memcontrol \
  40. mfiutil \
  41. mixer \
  42. mlxcontrol \
  43. mountd \
  44. mount_smbfs \
  45. mpsutil \
  46. mptutil \
  47. mtest \
  48. newsyslog \
  49. nfscbd \
  50. nfsd \
  51. nfsdumpstate \
  52. nfsrevoke \
  53. nfsuserd \
  54. nmtree \
  55. nologin \
  56. nvmfd \
  57. pciconf \
  58. periodic \
  59. pnfsdscopymr \
  60. pnfsdsfile \
  61. pnfsdskill \
  62. powerd \
  63. prometheus_sysctl_exporter \
  64. pstat \
  65. pw \
  66. pwd_mkdb \
  67. pwm \
  68. quot \
  69. rarpd \
  70. rmt \
  71. rpcbind \
  72. rpc.lockd \
  73. rpc.statd \
  74. rpc.umntall \
  75. rtprio \
  76. rwhod \
  77. service \
  78. services_mkdb \
  79. sesutil \
  80. setfib \
  81. setfmac \
  82. setpmac \
  83. smbmsg \
  84. snapinfo \
  85. spi \
  86. spray \
  87. syslogd \
  88. sysrc \
  89. tcpdrop \
  90. tcpdump \
  91. tcpsso \
  92. traceroute \
  93. trim \
  94. tzsetup \
  95. ugidfw \
  96. valectl \
  97. vigr \
  98. vipw \
  99. wake \
  100. watch \
  101. watchdogd \
  102. zdump \
  103. zic \
  104. zonectl
  105. # NB: keep these sorted by MK_* knobs
  106. SUBDIR.${MK_ACCT}+= accton
  107. SUBDIR.${MK_ACCT}+= sa
  108. SUBDIR.${MK_AUDIT}+= audit
  109. SUBDIR.${MK_AUDIT}+= auditd
  110. .if ${MK_OPENSSL} != "no"
  111. SUBDIR.${MK_AUDIT}+= auditdistd
  112. .endif
  113. SUBDIR.${MK_AUDIT}+= auditreduce
  114. SUBDIR.${MK_AUDIT}+= praudit
  115. SUBDIR.${MK_AUTHPF}+= authpf
  116. SUBDIR.${MK_AUTOFS}+= autofs
  117. SUBDIR.${MK_BLACKLIST}+= blacklistctl
  118. SUBDIR.${MK_BLACKLIST}+= blacklistd
  119. SUBDIR.${MK_BLUETOOTH}+= bluetooth
  120. SUBDIR.${MK_BOOTPARAMD}+= bootparamd
  121. SUBDIR.${MK_BSDINSTALL}+= bsdinstall
  122. SUBDIR.${MK_BSNMP}+= bsnmpd
  123. .if ${MK_CAROOT} != "no"
  124. SUBDIR.${MK_OPENSSL}+= certctl
  125. .endif
  126. SUBDIR.${MK_CXGBETOOL}+= cxgbetool
  127. SUBDIR.${MK_EFI}+= efivar efidp efibootmgr efitable efiwake
  128. .if ${MK_OPENSSL} != "no"
  129. SUBDIR.${MK_EFI}+= uefisign
  130. .endif
  131. SUBDIR.${MK_FDT}+= ofwdump
  132. SUBDIR.${MK_FLOPPY}+= fdcontrol
  133. SUBDIR.${MK_FLOPPY}+= fdformat
  134. SUBDIR.${MK_FLOPPY}+= fdread
  135. SUBDIR.${MK_FLOPPY}+= fdwrite
  136. SUBDIR.${MK_FREEBSD_UPDATE}+= freebsd-update
  137. SUBDIR.${MK_GSSAPI}+= gssd
  138. SUBDIR.${MK_GPIO}+= gpioctl
  139. SUBDIR.${MK_HYPERV}+= hyperv
  140. SUBDIR.${MK_INET6}+= ip6addrctl
  141. SUBDIR.${MK_INET6}+= mld6query
  142. SUBDIR.${MK_INET6}+= ndp
  143. SUBDIR.${MK_INET6}+= rip6query
  144. SUBDIR.${MK_INET6}+= route6d
  145. SUBDIR.${MK_INET6}+= rrenumd
  146. SUBDIR.${MK_INET6}+= rtadvctl
  147. SUBDIR.${MK_INET6}+= rtadvd
  148. SUBDIR.${MK_INET6}+= rtsold
  149. SUBDIR.${MK_INET6}+= traceroute6
  150. SUBDIR.${MK_INETD}+= inetd
  151. SUBDIR.${MK_IPFW}+= ipfwpcap
  152. SUBDIR.${MK_ISCSI}+= ctladm ctld iscsid
  153. SUBDIR.${MK_JAIL}+= jail
  154. SUBDIR.${MK_JAIL}+= jexec
  155. SUBDIR.${MK_JAIL}+= jls
  156. # XXX MK_SYSCONS
  157. SUBDIR.${MK_LEGACY_CONSOLE}+= kbdcontrol
  158. SUBDIR.${MK_LEGACY_CONSOLE}+= kbdmap
  159. SUBDIR.${MK_LEGACY_CONSOLE}+= moused
  160. SUBDIR.${MK_LEGACY_CONSOLE}+= vidcontrol
  161. SUBDIR.${MK_PPP}+= pppctl
  162. SUBDIR.${MK_NS_CACHING}+= nscd
  163. SUBDIR.${MK_LPR}+= lpr
  164. SUBDIR.${MK_MAN_UTILS}+= manctl
  165. SUBDIR.${MK_MLX5TOOL}+= mlx5tool
  166. SUBDIR.${MK_NETGRAPH}+= flowctl
  167. SUBDIR.${MK_NETGRAPH}+= ngctl
  168. SUBDIR.${MK_NETGRAPH}+= nghook
  169. SUBDIR.${MK_NIS}+= rpc.yppasswdd
  170. SUBDIR.${MK_NIS}+= rpc.ypupdated
  171. SUBDIR.${MK_NIS}+= rpc.ypxfrd
  172. SUBDIR.${MK_NIS}+= ypbind
  173. SUBDIR.${MK_NIS}+= ypldap
  174. SUBDIR.${MK_NIS}+= yp_mkdb
  175. SUBDIR.${MK_NIS}+= yppoll
  176. SUBDIR.${MK_NIS}+= yppush
  177. SUBDIR.${MK_NIS}+= ypserv
  178. SUBDIR.${MK_NIS}+= ypset
  179. SUBDIR.${MK_NTP}+= ntp
  180. SUBDIR.${MK_OPENSSL}+= keyserv
  181. SUBDIR.${MK_OPENSSL_KTLS}+= rpc.tlsclntd
  182. SUBDIR.${MK_OPENSSL_KTLS}+= rpc.tlsservd
  183. SUBDIR.${MK_PF}+= ftp-proxy
  184. SUBDIR.${MK_PKGBOOTSTRAP}+= pkg
  185. SUBDIR.${MK_PMC}+= pmc pmcannotate pmccontrol pmcstat pmcstudy
  186. SUBDIR.${MK_PPP}+= ppp
  187. SUBDIR.${MK_QUOTAS}+= edquota
  188. SUBDIR.${MK_QUOTAS}+= quotaon
  189. SUBDIR.${MK_QUOTAS}+= repquota
  190. SUBDIR.${MK_SENDMAIL}+= editmap
  191. SUBDIR.${MK_SENDMAIL}+= mailstats
  192. SUBDIR.${MK_SENDMAIL}+= makemap
  193. SUBDIR.${MK_SENDMAIL}+= praliases
  194. SUBDIR.${MK_SENDMAIL}+= sendmail
  195. SUBDIR.${MK_TCP_WRAPPERS}+= tcpdchk
  196. SUBDIR.${MK_TCP_WRAPPERS}+= tcpdmatch
  197. SUBDIR.${MK_TOOLCHAIN}+= config
  198. SUBDIR.${MK_TOOLCHAIN}+= crunch
  199. SUBDIR.${MK_UNBOUND}+= unbound
  200. SUBDIR.${MK_USB}+= uathload
  201. SUBDIR.${MK_USB}+= uhsoctl
  202. SUBDIR.${MK_USB}+= usbconfig
  203. SUBDIR.${MK_USB}+= usbdump
  204. SUBDIR.${MK_UTMPX}+= ac
  205. SUBDIR.${MK_UTMPX}+= lastlogin
  206. SUBDIR.${MK_UTMPX}+= utx
  207. SUBDIR.${MK_WIRELESS}+= wlandebug
  208. SUBDIR.${MK_WIRELESS}+= wpa
  209. SUBDIR.${MK_TESTS}+= tests
  210. .include <bsd.arch.inc.mk>
  211. SUBDIR_PARALLEL=
  212. # Add architecture-specific manpages
  213. # to be included anyway
  214. MAN= apmd/apmd.8 \
  215. nvram/nvram.8
  216. .include <bsd.prog.mk>
  217. .include <bsd.subdir.mk>