]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add Makefile.depend.options
authorsjg <sjg@FreeBSD.org>
Wed, 11 Dec 2019 17:37:37 +0000 (17:37 +0000)
committersjg <sjg@FreeBSD.org>
Wed, 11 Dec 2019 17:37:37 +0000 (17:37 +0000)
commit7ee5f04e268a00607190c5db4d1696232b28eb3e
treefc0cf2307ec987834da06ceb43200b4b76033691
parent3fc5a349a431bd95c6a24a93f73ced3f3aa71358
Add Makefile.depend.options

Leaf directories that have dependencies impacted
by options need a Makefile.depend.options file
to avoid churn in Makefile.depend

DIRDEPS for cases such as OPENSSL, TCP_WRAPPERS etc
can be set in local.dirdeps-options.mk
which can add to those set in Makefile.depend.options

See share/mk/dirdeps-options.mk

Reviewed by:  bdrewery
MFC after: 1 week
Sponsored by:   Juniper Networks
Differential Revision:  https://reviews.freebsd.org/D22469
62 files changed:
bin/ls/Makefile.depend.options [new file with mode: 0644]
lib/libarchive/Makefile.depend.options [new file with mode: 0644]
lib/libbsnmp/libbsnmp/Makefile.depend.options [new file with mode: 0644]
lib/libc/Makefile.depend.options [new file with mode: 0644]
lib/libfetch/Makefile.depend.options [new file with mode: 0644]
lib/libpam/modules/pam_unix/Makefile.depend.options [new file with mode: 0644]
lib/libpcap/Makefile.depend.options [new file with mode: 0644]
lib/libproc/Makefile.depend.options [new file with mode: 0644]
lib/libradius/Makefile.depend.options [new file with mode: 0644]
libexec/fingerd/Makefile.depend.options [new file with mode: 0644]
libexec/ftpd/Makefile.depend.options [new file with mode: 0644]
libexec/telnetd/Makefile.depend.options [new file with mode: 0644]
libexec/tftpd/Makefile.depend.options [new file with mode: 0644]
sbin/dhclient/Makefile.depend.options [new file with mode: 0644]
sbin/dumpon/Makefile.depend.options [new file with mode: 0644]
sbin/ifconfig/Makefile.depend.options [new file with mode: 0644]
sbin/ping/Makefile.depend.options [new file with mode: 0644]
sbin/ping6/Makefile.depend.options [new file with mode: 0644]
sbin/rtsol/Makefile.depend.options [new file with mode: 0644]
sbin/savecore/Makefile.depend.options [new file with mode: 0644]
secure/usr.bin/ssh/Makefile.depend.options [new file with mode: 0644]
secure/usr.sbin/sshd/Makefile.depend.options [new file with mode: 0644]
usr.bin/brandelf/Makefile.depend.options [new file with mode: 0644]
usr.bin/chkey/Makefile.depend.options [new file with mode: 0644]
usr.bin/chpass/Makefile.depend.options [new file with mode: 0644]
usr.bin/factor/Makefile.depend.options [new file with mode: 0644]
usr.bin/grep/Makefile.depend.options [new file with mode: 0644]
usr.bin/gzip/Makefile.depend.options [new file with mode: 0644]
usr.bin/head/Makefile.depend.options [new file with mode: 0644]
usr.bin/kdump/Makefile.depend.options [new file with mode: 0644]
usr.bin/login/Makefile.depend.options [new file with mode: 0644]
usr.bin/netstat/Makefile.depend.options [new file with mode: 0644]
usr.bin/nm/Makefile.depend.options [new file with mode: 0644]
usr.bin/readelf/Makefile.depend.options [new file with mode: 0644]
usr.bin/size/Makefile.depend.options [new file with mode: 0644]
usr.bin/sort/Makefile.depend.options [new file with mode: 0644]
usr.bin/strings/Makefile.depend.options [new file with mode: 0644]
usr.bin/su/Makefile.depend.options [new file with mode: 0644]
usr.bin/tail/Makefile.depend.options [new file with mode: 0644]
usr.bin/telnet/Makefile.depend.options [new file with mode: 0644]
usr.bin/wc/Makefile.depend.options [new file with mode: 0644]
usr.sbin/amd/amd/Makefile.depend.options [new file with mode: 0644]
usr.sbin/bhyve/Makefile.depend.options [new file with mode: 0644]
usr.sbin/bsnmpd/bsnmpd/Makefile.depend.options [new file with mode: 0644]
usr.sbin/fstyp/Makefile.depend.options [new file with mode: 0644]
usr.sbin/gssd/Makefile.depend.options [new file with mode: 0644]
usr.sbin/inetd/Makefile.depend.options [new file with mode: 0644]
usr.sbin/ngctl/Makefile.depend.options [new file with mode: 0644]
usr.sbin/ntp/ntp-keygen/Makefile.depend.options [new file with mode: 0644]
usr.sbin/ntp/ntpd/Makefile.depend.options [new file with mode: 0644]
usr.sbin/ntp/ntpdate/Makefile.depend.options [new file with mode: 0644]
usr.sbin/ntp/ntpdc/Makefile.depend.options [new file with mode: 0644]
usr.sbin/ntp/ntpq/Makefile.depend.options [new file with mode: 0644]
usr.sbin/ntp/sntp/Makefile.depend.options [new file with mode: 0644]
usr.sbin/rpcbind/Makefile.depend.options [new file with mode: 0644]
usr.sbin/rtsold/Makefile.depend.options [new file with mode: 0644]
usr.sbin/sendmail/Makefile.depend.options [new file with mode: 0644]
usr.sbin/tcpdump/tcpdump/Makefile.depend.options [new file with mode: 0644]
usr.sbin/traceroute/Makefile.depend.options [new file with mode: 0644]
usr.sbin/tzsetup/Makefile.depend.options [new file with mode: 0644]
usr.sbin/wpa/Makefile.depend.options [new file with mode: 0644]
usr.sbin/ypserv/Makefile.depend.options [new file with mode: 0644]