Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/Makefile
| Show First 20 Lines • Show All 80 Lines • ▼ Show 20 Lines | SUBDIR= adduser \ | ||||
| sesutil \ | sesutil \ | ||||
| setfib \ | setfib \ | ||||
| setfmac \ | setfmac \ | ||||
| setpmac \ | setpmac \ | ||||
| smbmsg \ | smbmsg \ | ||||
| snapinfo \ | snapinfo \ | ||||
| spi \ | spi \ | ||||
| spray \ | spray \ | ||||
| syslogd \ | |||||
| sysrc \ | sysrc \ | ||||
| tcpdrop \ | tcpdrop \ | ||||
| tcpdump \ | tcpdump \ | ||||
| traceroute \ | traceroute \ | ||||
| trpt \ | trpt \ | ||||
| tzsetup \ | tzsetup \ | ||||
| ugidfw \ | ugidfw \ | ||||
| vigr \ | vigr \ | ||||
| Show All 17 Lines | |||||
| SUBDIR.${MK_AUDIT}+= auditreduce | SUBDIR.${MK_AUDIT}+= auditreduce | ||||
| SUBDIR.${MK_AUDIT}+= praudit | SUBDIR.${MK_AUDIT}+= praudit | ||||
| SUBDIR.${MK_AUTHPF}+= authpf | SUBDIR.${MK_AUTHPF}+= authpf | ||||
| SUBDIR.${MK_AUTOFS}+= autofs | SUBDIR.${MK_AUTOFS}+= autofs | ||||
| SUBDIR.${MK_BLACKLIST}+= blacklistctl | SUBDIR.${MK_BLACKLIST}+= blacklistctl | ||||
| SUBDIR.${MK_BLACKLIST}+= blacklistd | SUBDIR.${MK_BLACKLIST}+= blacklistd | ||||
| SUBDIR.${MK_BLUETOOTH}+= bluetooth | SUBDIR.${MK_BLUETOOTH}+= bluetooth | ||||
| SUBDIR.${MK_BOOTPARAMD}+= bootparamd | SUBDIR.${MK_BOOTPARAMD}+= bootparamd | ||||
| .if ${MK_OPENSSL} != "no" | |||||
| SUBDIR.${MK_BSDINSTALL}+= bsdinstall | SUBDIR.${MK_BSDINSTALL}+= bsdinstall | ||||
| .endif | |||||
| SUBDIR.${MK_BSNMP}+= bsnmpd | SUBDIR.${MK_BSNMP}+= bsnmpd | ||||
| SUBDIR.${MK_CTM}+= ctm | SUBDIR.${MK_CTM}+= ctm | ||||
| SUBDIR.${MK_CXGBETOOL}+= cxgbetool | SUBDIR.${MK_CXGBETOOL}+= cxgbetool | ||||
| SUBDIR.${MK_DIALOG}+= bsdconfig | SUBDIR.${MK_DIALOG}+= bsdconfig | ||||
| SUBDIR.${MK_EFI}+= efivar efidp efibootmgr | SUBDIR.${MK_EFI}+= efivar efidp efibootmgr | ||||
| .if ${MK_OPENSSL} != "no" | .if ${MK_OPENSSL} != "no" | ||||
| SUBDIR.${MK_EFI}+= uefisign | SUBDIR.${MK_EFI}+= uefisign | ||||
| .endif | .endif | ||||
| Show All 10 Lines | |||||
| SUBDIR.${MK_INET6}+= ndp | SUBDIR.${MK_INET6}+= ndp | ||||
| SUBDIR.${MK_INET6}+= rip6query | SUBDIR.${MK_INET6}+= rip6query | ||||
| SUBDIR.${MK_INET6}+= route6d | SUBDIR.${MK_INET6}+= route6d | ||||
| SUBDIR.${MK_INET6}+= rrenumd | SUBDIR.${MK_INET6}+= rrenumd | ||||
| SUBDIR.${MK_INET6}+= rtadvctl | SUBDIR.${MK_INET6}+= rtadvctl | ||||
| SUBDIR.${MK_INET6}+= rtadvd | SUBDIR.${MK_INET6}+= rtadvd | ||||
| SUBDIR.${MK_INET6}+= rtsold | SUBDIR.${MK_INET6}+= rtsold | ||||
| SUBDIR.${MK_INET6}+= traceroute6 | SUBDIR.${MK_INET6}+= traceroute6 | ||||
| SUBDIR.${MK_INET6_SUPPORT}+= syslogd | |||||
| SUBDIR.${MK_INETD}+= inetd | SUBDIR.${MK_INETD}+= inetd | ||||
| SUBDIR.${MK_IPFW}+= ipfwpcap | SUBDIR.${MK_IPFW}+= ipfwpcap | ||||
| SUBDIR.${MK_ISCSI}+= iscsid | SUBDIR.${MK_ISCSI}+= iscsid | ||||
| SUBDIR.${MK_JAIL}+= jail | SUBDIR.${MK_JAIL}+= jail | ||||
| SUBDIR.${MK_JAIL}+= jexec | SUBDIR.${MK_JAIL}+= jexec | ||||
| SUBDIR.${MK_JAIL}+= jls | SUBDIR.${MK_JAIL}+= jls | ||||
| # XXX MK_SYSCONS | # XXX MK_SYSCONS | ||||
| SUBDIR.${MK_LEGACY_CONSOLE}+= kbdcontrol | SUBDIR.${MK_LEGACY_CONSOLE}+= kbdcontrol | ||||
| Show All 17 Lines | |||||
| SUBDIR.${MK_NIS}+= rpc.ypxfrd | SUBDIR.${MK_NIS}+= rpc.ypxfrd | ||||
| SUBDIR.${MK_NIS}+= ypbind | SUBDIR.${MK_NIS}+= ypbind | ||||
| SUBDIR.${MK_NIS}+= ypldap | SUBDIR.${MK_NIS}+= ypldap | ||||
| SUBDIR.${MK_NIS}+= yp_mkdb | SUBDIR.${MK_NIS}+= yp_mkdb | ||||
| SUBDIR.${MK_NIS}+= yppoll | SUBDIR.${MK_NIS}+= yppoll | ||||
| SUBDIR.${MK_NIS}+= yppush | SUBDIR.${MK_NIS}+= yppush | ||||
| SUBDIR.${MK_NIS}+= ypserv | SUBDIR.${MK_NIS}+= ypserv | ||||
| SUBDIR.${MK_NIS}+= ypset | SUBDIR.${MK_NIS}+= ypset | ||||
| SUBDIR.${MK_PF}+= ftp-proxy | |||||
| .if ${MK_OPENSSL} != "no" | |||||
| SUBDIR.${MK_NTP}+= ntp | SUBDIR.${MK_NTP}+= ntp | ||||
| .endif | |||||
| SUBDIR.${MK_OPENSSL}+= keyserv | SUBDIR.${MK_OPENSSL}+= keyserv | ||||
| SUBDIR.${MK_PC_SYSINSTALL}+= pc-sysinstall | SUBDIR.${MK_PC_SYSINSTALL}+= pc-sysinstall | ||||
| SUBDIR.${MK_PF}+= ftp-proxy | SUBDIR.${MK_PF}+= ftp-proxy | ||||
| .if ${MK_OPENSSL} != "no" | |||||
| SUBDIR.${MK_PKGBOOTSTRAP}+= pkg | SUBDIR.${MK_PKGBOOTSTRAP}+= pkg | ||||
| .endif | |||||
| .if (${COMPILER_TYPE} == "clang" || (${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 60100 && ${MACHINE_CPUARCH} != "riscv")) | .if (${COMPILER_TYPE} == "clang" || (${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 60100 && ${MACHINE_CPUARCH} != "riscv")) | ||||
| SUBDIR.${MK_PMC}+= pmc | SUBDIR.${MK_PMC}+= pmc | ||||
| SUBDIR.${MK_PMC}+= pmcannotate | SUBDIR.${MK_PMC}+= pmcannotate | ||||
| SUBDIR.${MK_PMC}+= pmccontrol | SUBDIR.${MK_PMC}+= pmccontrol | ||||
| SUBDIR.${MK_PMC}+= pmcstat | SUBDIR.${MK_PMC}+= pmcstat | ||||
| .endif | .endif | ||||
| SUBDIR.${MK_PMC}+= pmcstudy | SUBDIR.${MK_PMC}+= pmcstudy | ||||
| SUBDIR.${MK_PORTSNAP}+= portsnap | SUBDIR.${MK_PORTSNAP}+= portsnap | ||||
| SUBDIR.${MK_PPP}+= ppp | SUBDIR.${MK_PPP}+= ppp | ||||
| SUBDIR.${MK_QUOTAS}+= edquota | SUBDIR.${MK_QUOTAS}+= edquota | ||||
| SUBDIR.${MK_QUOTAS}+= quotaon | SUBDIR.${MK_QUOTAS}+= quotaon | ||||
| SUBDIR.${MK_QUOTAS}+= repquota | SUBDIR.${MK_QUOTAS}+= repquota | ||||
| SUBDIR.${MK_SENDMAIL}+= editmap | SUBDIR.${MK_SENDMAIL}+= editmap | ||||
| SUBDIR.${MK_SENDMAIL}+= mailstats | SUBDIR.${MK_SENDMAIL}+= mailstats | ||||
| SUBDIR.${MK_SENDMAIL}+= makemap | SUBDIR.${MK_SENDMAIL}+= makemap | ||||
| SUBDIR.${MK_SENDMAIL}+= praliases | SUBDIR.${MK_SENDMAIL}+= praliases | ||||
| SUBDIR.${MK_SENDMAIL}+= sendmail | SUBDIR.${MK_SENDMAIL}+= sendmail | ||||
| SUBDIR.${MK_TCP_WRAPPERS}+= tcpdchk | SUBDIR.${MK_TCP_WRAPPERS}+= tcpdchk | ||||
| SUBDIR.${MK_TCP_WRAPPERS}+= tcpdmatch | SUBDIR.${MK_TCP_WRAPPERS}+= tcpdmatch | ||||
| SUBDIR.${MK_TIMED}+= timed | SUBDIR.${MK_TIMED}+= timed | ||||
| SUBDIR.${MK_TOOLCHAIN}+= config | SUBDIR.${MK_TOOLCHAIN}+= config | ||||
| SUBDIR.${MK_TOOLCHAIN}+= crunch | SUBDIR.${MK_TOOLCHAIN}+= crunch | ||||
| .if ${MK_OPENSSL} != "no" | |||||
| SUBDIR.${MK_UNBOUND}+= unbound | SUBDIR.${MK_UNBOUND}+= unbound | ||||
| .endif | |||||
| SUBDIR.${MK_USB}+= uathload | SUBDIR.${MK_USB}+= uathload | ||||
| SUBDIR.${MK_USB}+= uhsoctl | SUBDIR.${MK_USB}+= uhsoctl | ||||
| SUBDIR.${MK_USB}+= usbconfig | SUBDIR.${MK_USB}+= usbconfig | ||||
| SUBDIR.${MK_USB}+= usbdump | SUBDIR.${MK_USB}+= usbdump | ||||
| SUBDIR.${MK_UTMPX}+= ac | SUBDIR.${MK_UTMPX}+= ac | ||||
| SUBDIR.${MK_UTMPX}+= lastlogin | SUBDIR.${MK_UTMPX}+= lastlogin | ||||
| SUBDIR.${MK_UTMPX}+= utx | SUBDIR.${MK_UTMPX}+= utx | ||||
| SUBDIR.${MK_WIRELESS}+= ancontrol | SUBDIR.${MK_WIRELESS}+= ancontrol | ||||
| SUBDIR.${MK_WIRELESS}+= wlandebug | SUBDIR.${MK_WIRELESS}+= wlandebug | ||||
| .if ${MK_OPENSSL} != "no" | |||||
| SUBDIR.${MK_WIRELESS}+= wpa | SUBDIR.${MK_WIRELESS}+= wpa | ||||
| .endif | |||||
| SUBDIR.${MK_TESTS}+= tests | SUBDIR.${MK_TESTS}+= tests | ||||
| .include <bsd.arch.inc.mk> | .include <bsd.arch.inc.mk> | ||||
| SUBDIR_PARALLEL= | SUBDIR_PARALLEL= | ||||
| .include <bsd.subdir.mk> | .include <bsd.subdir.mk> | ||||