Changeset View
Changeset View
Standalone View
Standalone View
usr.bin/Makefile
| Show All 33 Lines | SUBDIR= alias \ | ||||
| du \ | du \ | ||||
| elf2aout \ | elf2aout \ | ||||
| elfdump \ | elfdump \ | ||||
| enigma \ | enigma \ | ||||
| env \ | env \ | ||||
| etdump \ | etdump \ | ||||
| expand \ | expand \ | ||||
| false \ | false \ | ||||
| fetch \ | |||||
| find \ | find \ | ||||
| fmt \ | fmt \ | ||||
| fold \ | fold \ | ||||
| fstat \ | fstat \ | ||||
| fsync \ | fsync \ | ||||
| gcore \ | gcore \ | ||||
| gencat \ | gencat \ | ||||
| getaddrinfo \ | getaddrinfo \ | ||||
| ▲ Show 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | SUBDIR= alias \ | ||||
| mkdep \ | mkdep \ | ||||
| mkfifo \ | mkfifo \ | ||||
| mkimg \ | mkimg \ | ||||
| mklocale \ | mklocale \ | ||||
| mktemp \ | mktemp \ | ||||
| mkuzip \ | mkuzip \ | ||||
| mt \ | mt \ | ||||
| ncal \ | ncal \ | ||||
| netstat \ | |||||
| newgrp \ | newgrp \ | ||||
| nfsstat \ | nfsstat \ | ||||
| nice \ | nice \ | ||||
| nl \ | nl \ | ||||
| nohup \ | nohup \ | ||||
| opieinfo \ | opieinfo \ | ||||
| opiekey \ | opiekey \ | ||||
| opiepasswd \ | opiepasswd \ | ||||
| ▲ Show 20 Lines • Show All 105 Lines • ▼ Show 20 Lines | |||||
| .if ${COMPILER_FEATURES:Mc++11} | .if ${COMPILER_FEATURES:Mc++11} | ||||
| SUBDIR+= dtc | SUBDIR+= dtc | ||||
| .endif | .endif | ||||
| .endif | .endif | ||||
| SUBDIR.${MK_HESIOD}+= hesinfo | SUBDIR.${MK_HESIOD}+= hesinfo | ||||
| SUBDIR.${MK_ICONV}+= iconv | SUBDIR.${MK_ICONV}+= iconv | ||||
| SUBDIR.${MK_ICONV}+= mkcsmapper | SUBDIR.${MK_ICONV}+= mkcsmapper | ||||
| SUBDIR.${MK_ICONV}+= mkesdb | SUBDIR.${MK_ICONV}+= mkesdb | ||||
| .if ${MK_INET} != "no" && ${MK_INET_SUPPORT} != "no" | |||||
| SUBDIR+= netstat | |||||
bz: This looks wrong to me. See comment further below on the syslogd Makefile. | |||||
| .endif | |||||
| SUBDIR.${MK_ISCSI}+= iscsictl | SUBDIR.${MK_ISCSI}+= iscsictl | ||||
| SUBDIR.${MK_KDUMP}+= kdump | SUBDIR.${MK_KDUMP}+= kdump | ||||
| SUBDIR.${MK_KDUMP}+= truss | SUBDIR.${MK_KDUMP}+= truss | ||||
| .if ${MK_OPENSSL} != "no" | |||||
| SUBDIR.${MK_KERBEROS_SUPPORT}+= compile_et | SUBDIR.${MK_KERBEROS_SUPPORT}+= compile_et | ||||
| .endif | |||||
| .if ${MK_OPENSSL} != "no" | |||||
| SUBDIR.${MK_LDNS_UTILS}+= drill | SUBDIR.${MK_LDNS_UTILS}+= drill | ||||
| SUBDIR.${MK_LDNS_UTILS}+= host | SUBDIR.${MK_LDNS_UTILS}+= host | ||||
| .endif | |||||
| SUBDIR.${MK_LOCATE}+= locate | SUBDIR.${MK_LOCATE}+= locate | ||||
| # XXX msgs? | # XXX msgs? | ||||
| SUBDIR.${MK_MAIL}+= biff | SUBDIR.${MK_MAIL}+= biff | ||||
| SUBDIR.${MK_MAIL}+= from | SUBDIR.${MK_MAIL}+= from | ||||
| SUBDIR.${MK_MAIL}+= mail | SUBDIR.${MK_MAIL}+= mail | ||||
| SUBDIR.${MK_MAIL}+= msgs | SUBDIR.${MK_MAIL}+= msgs | ||||
| SUBDIR.${MK_MAKE}+= bmake | SUBDIR.${MK_MAKE}+= bmake | ||||
| SUBDIR.${MK_MAN_UTILS}+= man | SUBDIR.${MK_MAN_UTILS}+= man | ||||
| SUBDIR.${MK_NETCAT}+= nc | SUBDIR.${MK_NETCAT}+= nc | ||||
| SUBDIR.${MK_NIS}+= ypcat | SUBDIR.${MK_NIS}+= ypcat | ||||
| SUBDIR.${MK_NIS}+= ypmatch | SUBDIR.${MK_NIS}+= ypmatch | ||||
| SUBDIR.${MK_NIS}+= ypwhich | SUBDIR.${MK_NIS}+= ypwhich | ||||
| SUBDIR.${MK_OPENSSH}+= ssh-copy-id | SUBDIR.${MK_OPENSSH}+= ssh-copy-id | ||||
| SUBDIR.${MK_OPENSSL}+= bc | SUBDIR.${MK_OPENSSL}+= bc | ||||
| SUBDIR.${MK_OPENSSL}+= chkey | SUBDIR.${MK_OPENSSL}+= chkey | ||||
| SUBDIR.${MK_OPENSSL}+= dc | SUBDIR.${MK_OPENSSL}+= dc | ||||
| SUBDIR.${MK_OPENSSL}+= fetch | |||||
| SUBDIR.${MK_OPENSSL}+= newkey | SUBDIR.${MK_OPENSSL}+= newkey | ||||
| SUBDIR.${MK_QUOTAS}+= quota | SUBDIR.${MK_QUOTAS}+= quota | ||||
| SUBDIR.${MK_SENDMAIL}+= vacation | SUBDIR.${MK_SENDMAIL}+= vacation | ||||
| SUBDIR.${MK_TALK}+= talk | SUBDIR.${MK_TALK}+= talk | ||||
| .if ${MK_OPENSSL} != "no" | |||||
| SUBDIR.${MK_TELNET}+= telnet | SUBDIR.${MK_TELNET}+= telnet | ||||
| .endif | |||||
| SUBDIR.${MK_TESTS}+= tests | SUBDIR.${MK_TESTS}+= tests | ||||
| SUBDIR.${MK_TEXTPROC}+= ul | SUBDIR.${MK_TEXTPROC}+= ul | ||||
| SUBDIR.${MK_TFTP}+= tftp | SUBDIR.${MK_TFTP}+= tftp | ||||
| SUBDIR.${MK_TOOLCHAIN}+= addr2line | SUBDIR.${MK_TOOLCHAIN}+= addr2line | ||||
| SUBDIR.${MK_TOOLCHAIN}+= ar | SUBDIR.${MK_TOOLCHAIN}+= ar | ||||
| SUBDIR.${MK_TOOLCHAIN}+= c89 | SUBDIR.${MK_TOOLCHAIN}+= c89 | ||||
| SUBDIR.${MK_TOOLCHAIN}+= c99 | SUBDIR.${MK_TOOLCHAIN}+= c99 | ||||
| SUBDIR.${MK_TOOLCHAIN}+= ctags | SUBDIR.${MK_TOOLCHAIN}+= ctags | ||||
| Show All 19 Lines | |||||
| SUBDIR.${MK_VT}+= vtfontcvt | SUBDIR.${MK_VT}+= vtfontcvt | ||||
| SUBDIR.${MK_USB}+= usbhidaction | SUBDIR.${MK_USB}+= usbhidaction | ||||
| SUBDIR.${MK_USB}+= usbhidctl | SUBDIR.${MK_USB}+= usbhidctl | ||||
| SUBDIR.${MK_UTMPX}+= last | SUBDIR.${MK_UTMPX}+= last | ||||
| .if ${MK_CXX} != "no" | .if ${MK_CXX} != "no" | ||||
| SUBDIR.${MK_UTMPX}+= users | SUBDIR.${MK_UTMPX}+= users | ||||
| .endif | .endif | ||||
| SUBDIR.${MK_UTMPX}+= who | SUBDIR.${MK_UTMPX}+= who | ||||
| .if ${MK_OPENSSL} != "no" && ${MK_FILE} != "no" | |||||
| SUBDIR.${MK_SVN}+= svn | SUBDIR.${MK_SVN}+= svn | ||||
| SUBDIR.${MK_SVNLITE}+= svn | SUBDIR.${MK_SVNLITE}+= svn | ||||
| .endif | |||||
| SUBDIR.${MK_OFED}+= ofed | SUBDIR.${MK_OFED}+= ofed | ||||
| # These are normally only handled for build-tools. | # These are normally only handled for build-tools. | ||||
| .if make(clean*) | .if make(clean*) | ||||
| SUBDIR+= mkcsmapper_static | SUBDIR+= mkcsmapper_static | ||||
| SUBDIR+= mkesdb_static | SUBDIR+= mkesdb_static | ||||
| .endif | .endif | ||||
| .include <bsd.arch.inc.mk> | .include <bsd.arch.inc.mk> | ||||
| SUBDIR_PARALLEL= | SUBDIR_PARALLEL= | ||||
| .include <bsd.subdir.mk> | .include <bsd.subdir.mk> | ||||
This looks wrong to me. See comment further below on the syslogd Makefile.