From 5ab1c5846ff41be24b1f6beb0317bf8258cd4409 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Wed, 11 Dec 2019 17:37:37 +0000 Subject: [PATCH] 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 --- bin/ls/Makefile.depend.options | 8 ++++++++ lib/libarchive/Makefile.depend.options | 6 ++++++ lib/libbsnmp/libbsnmp/Makefile.depend.options | 6 ++++++ lib/libc/Makefile.depend.options | 8 ++++++++ lib/libfetch/Makefile.depend.options | 9 +++++++++ lib/libpam/modules/pam_unix/Makefile.depend.options | 8 ++++++++ lib/libpcap/Makefile.depend.options | 8 ++++++++ lib/libproc/Makefile.depend.options | 11 +++++++++++ lib/libradius/Makefile.depend.options | 6 ++++++ libexec/fingerd/Makefile.depend.options | 6 ++++++ libexec/ftpd/Makefile.depend.options | 6 ++++++ libexec/telnetd/Makefile.depend.options | 6 ++++++ libexec/tftpd/Makefile.depend.options | 6 ++++++ sbin/dhclient/Makefile.depend.options | 8 ++++++++ sbin/dumpon/Makefile.depend.options | 6 ++++++ sbin/ifconfig/Makefile.depend.options | 8 ++++++++ sbin/ping/Makefile.depend.options | 8 ++++++++ sbin/ping6/Makefile.depend.options | 8 ++++++++ sbin/rtsol/Makefile.depend.options | 8 ++++++++ sbin/savecore/Makefile.depend.options | 10 ++++++++++ secure/usr.bin/ssh/Makefile.depend.options | 6 ++++++ secure/usr.sbin/sshd/Makefile.depend.options | 6 ++++++ usr.bin/brandelf/Makefile.depend.options | 8 ++++++++ usr.bin/chkey/Makefile.depend.options | 8 ++++++++ usr.bin/chpass/Makefile.depend.options | 8 ++++++++ usr.bin/factor/Makefile.depend.options | 6 ++++++ usr.bin/grep/Makefile.depend.options | 8 ++++++++ usr.bin/gzip/Makefile.depend.options | 8 ++++++++ usr.bin/head/Makefile.depend.options | 8 ++++++++ usr.bin/kdump/Makefile.depend.options | 10 ++++++++++ usr.bin/login/Makefile.depend.options | 6 ++++++ usr.bin/netstat/Makefile.depend.options | 8 ++++++++ usr.bin/nm/Makefile.depend.options | 8 ++++++++ usr.bin/readelf/Makefile.depend.options | 8 ++++++++ usr.bin/size/Makefile.depend.options | 8 ++++++++ usr.bin/sort/Makefile.depend.options | 8 ++++++++ usr.bin/strings/Makefile.depend.options | 8 ++++++++ usr.bin/su/Makefile.depend.options | 6 ++++++ usr.bin/tail/Makefile.depend.options | 8 ++++++++ usr.bin/telnet/Makefile.depend.options | 11 +++++++++++ usr.bin/wc/Makefile.depend.options | 8 ++++++++ usr.sbin/amd/amd/Makefile.depend.options | 6 ++++++ usr.sbin/bhyve/Makefile.depend.options | 6 ++++++ usr.sbin/bsnmpd/bsnmpd/Makefile.depend.options | 6 ++++++ usr.sbin/fstyp/Makefile.depend.options | 11 +++++++++++ usr.sbin/gssd/Makefile.depend.options | 6 ++++++ usr.sbin/inetd/Makefile.depend.options | 6 ++++++ usr.sbin/ngctl/Makefile.depend.options | 8 ++++++++ usr.sbin/ntp/ntp-keygen/Makefile.depend.options | 6 ++++++ usr.sbin/ntp/ntpd/Makefile.depend.options | 6 ++++++ usr.sbin/ntp/ntpdate/Makefile.depend.options | 6 ++++++ usr.sbin/ntp/ntpdc/Makefile.depend.options | 6 ++++++ usr.sbin/ntp/ntpq/Makefile.depend.options | 6 ++++++ usr.sbin/ntp/sntp/Makefile.depend.options | 6 ++++++ usr.sbin/rpcbind/Makefile.depend.options | 6 ++++++ usr.sbin/rtsold/Makefile.depend.options | 8 ++++++++ usr.sbin/sendmail/Makefile.depend.options | 8 ++++++++ usr.sbin/tcpdump/tcpdump/Makefile.depend.options | 8 ++++++++ usr.sbin/traceroute/Makefile.depend.options | 8 ++++++++ usr.sbin/tzsetup/Makefile.depend.options | 10 ++++++++++ usr.sbin/wpa/Makefile.depend.options | 6 ++++++ usr.sbin/ypserv/Makefile.depend.options | 6 ++++++ 62 files changed, 458 insertions(+) create mode 100644 bin/ls/Makefile.depend.options create mode 100644 lib/libarchive/Makefile.depend.options create mode 100644 lib/libbsnmp/libbsnmp/Makefile.depend.options create mode 100644 lib/libc/Makefile.depend.options create mode 100644 lib/libfetch/Makefile.depend.options create mode 100644 lib/libpam/modules/pam_unix/Makefile.depend.options create mode 100644 lib/libpcap/Makefile.depend.options create mode 100644 lib/libproc/Makefile.depend.options create mode 100644 lib/libradius/Makefile.depend.options create mode 100644 libexec/fingerd/Makefile.depend.options create mode 100644 libexec/ftpd/Makefile.depend.options create mode 100644 libexec/telnetd/Makefile.depend.options create mode 100644 libexec/tftpd/Makefile.depend.options create mode 100644 sbin/dhclient/Makefile.depend.options create mode 100644 sbin/dumpon/Makefile.depend.options create mode 100644 sbin/ifconfig/Makefile.depend.options create mode 100644 sbin/ping/Makefile.depend.options create mode 100644 sbin/ping6/Makefile.depend.options create mode 100644 sbin/rtsol/Makefile.depend.options create mode 100644 sbin/savecore/Makefile.depend.options create mode 100644 secure/usr.bin/ssh/Makefile.depend.options create mode 100644 secure/usr.sbin/sshd/Makefile.depend.options create mode 100644 usr.bin/brandelf/Makefile.depend.options create mode 100644 usr.bin/chkey/Makefile.depend.options create mode 100644 usr.bin/chpass/Makefile.depend.options create mode 100644 usr.bin/factor/Makefile.depend.options create mode 100644 usr.bin/grep/Makefile.depend.options create mode 100644 usr.bin/gzip/Makefile.depend.options create mode 100644 usr.bin/head/Makefile.depend.options create mode 100644 usr.bin/kdump/Makefile.depend.options create mode 100644 usr.bin/login/Makefile.depend.options create mode 100644 usr.bin/netstat/Makefile.depend.options create mode 100644 usr.bin/nm/Makefile.depend.options create mode 100644 usr.bin/readelf/Makefile.depend.options create mode 100644 usr.bin/size/Makefile.depend.options create mode 100644 usr.bin/sort/Makefile.depend.options create mode 100644 usr.bin/strings/Makefile.depend.options create mode 100644 usr.bin/su/Makefile.depend.options create mode 100644 usr.bin/tail/Makefile.depend.options create mode 100644 usr.bin/telnet/Makefile.depend.options create mode 100644 usr.bin/wc/Makefile.depend.options create mode 100644 usr.sbin/amd/amd/Makefile.depend.options create mode 100644 usr.sbin/bhyve/Makefile.depend.options create mode 100644 usr.sbin/bsnmpd/bsnmpd/Makefile.depend.options create mode 100644 usr.sbin/fstyp/Makefile.depend.options create mode 100644 usr.sbin/gssd/Makefile.depend.options create mode 100644 usr.sbin/inetd/Makefile.depend.options create mode 100644 usr.sbin/ngctl/Makefile.depend.options create mode 100644 usr.sbin/ntp/ntp-keygen/Makefile.depend.options create mode 100644 usr.sbin/ntp/ntpd/Makefile.depend.options create mode 100644 usr.sbin/ntp/ntpdate/Makefile.depend.options create mode 100644 usr.sbin/ntp/ntpdc/Makefile.depend.options create mode 100644 usr.sbin/ntp/ntpq/Makefile.depend.options create mode 100644 usr.sbin/ntp/sntp/Makefile.depend.options create mode 100644 usr.sbin/rpcbind/Makefile.depend.options create mode 100644 usr.sbin/rtsold/Makefile.depend.options create mode 100644 usr.sbin/sendmail/Makefile.depend.options create mode 100644 usr.sbin/tcpdump/tcpdump/Makefile.depend.options create mode 100644 usr.sbin/traceroute/Makefile.depend.options create mode 100644 usr.sbin/tzsetup/Makefile.depend.options create mode 100644 usr.sbin/wpa/Makefile.depend.options create mode 100644 usr.sbin/ypserv/Makefile.depend.options diff --git a/bin/ls/Makefile.depend.options b/bin/ls/Makefile.depend.options new file mode 100644 index 000000000000..1c27178e9964 --- /dev/null +++ b/bin/ls/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= LS_COLORS + +DIRDEPS.LS_COLORS.yes= lib/ncurses/ncursesw + +.include diff --git a/lib/libarchive/Makefile.depend.options b/lib/libarchive/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/lib/libarchive/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/lib/libbsnmp/libbsnmp/Makefile.depend.options b/lib/libbsnmp/libbsnmp/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/lib/libbsnmp/libbsnmp/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/lib/libc/Makefile.depend.options b/lib/libc/Makefile.depend.options new file mode 100644 index 000000000000..8072e90f499a --- /dev/null +++ b/lib/libc/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= SSP + +DIRDEPS.SSP.yes= gnu/lib/libssp/libssp_nonshared + +.include diff --git a/lib/libfetch/Makefile.depend.options b/lib/libfetch/Makefile.depend.options new file mode 100644 index 000000000000..1ab063aa6e29 --- /dev/null +++ b/lib/libfetch/Makefile.depend.options @@ -0,0 +1,9 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +DIRDEPS.OPENSSL.yes+= secure/lib/libssl +DIRDEPS.OPENSSL.no= lib/libmd + +.include diff --git a/lib/libpam/modules/pam_unix/Makefile.depend.options b/lib/libpam/modules/pam_unix/Makefile.depend.options new file mode 100644 index 000000000000..e7289cb56ce3 --- /dev/null +++ b/lib/libpam/modules/pam_unix/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= NIS + +DIRDEPS.NIS.yes= lib/libypclnt + +.include diff --git a/lib/libpcap/Makefile.depend.options b/lib/libpcap/Makefile.depend.options new file mode 100644 index 000000000000..83c96c6757ba --- /dev/null +++ b/lib/libpcap/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OFED + +DIRDEPS.OFED.yes= lib/ofed/libibverbs lib/ofed/libmlx5 + +.include diff --git a/lib/libproc/Makefile.depend.options b/lib/libproc/Makefile.depend.options new file mode 100644 index 000000000000..db35b75b5ac8 --- /dev/null +++ b/lib/libproc/Makefile.depend.options @@ -0,0 +1,11 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CDDL LIBCPLUSPLUS + +DIRDEPS.CDDL.yes= cddl/lib/libctf + +DIRDEPS.LIBCPLUSPLUS.yes= lib/libcxxrt +DIRDEPS.LIBCPLUSPLUS.no= gnu/lib/libsupc++ + +.include diff --git a/lib/libradius/Makefile.depend.options b/lib/libradius/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/lib/libradius/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/libexec/fingerd/Makefile.depend.options b/libexec/fingerd/Makefile.depend.options new file mode 100644 index 000000000000..1e9988b6b42b --- /dev/null +++ b/libexec/fingerd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= BLACKLIST_SUPPORT + +.include diff --git a/libexec/ftpd/Makefile.depend.options b/libexec/ftpd/Makefile.depend.options new file mode 100644 index 000000000000..59cf72ebf447 --- /dev/null +++ b/libexec/ftpd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= BLACKLIST_SUPPORT PAM_SUPPORT + +.include diff --git a/libexec/telnetd/Makefile.depend.options b/libexec/telnetd/Makefile.depend.options new file mode 100644 index 000000000000..4c4ba810c0e2 --- /dev/null +++ b/libexec/telnetd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= KERBEROS_SUPPORT OPENSSL + +.include diff --git a/libexec/tftpd/Makefile.depend.options b/libexec/tftpd/Makefile.depend.options new file mode 100644 index 000000000000..a62a5692d70a --- /dev/null +++ b/libexec/tftpd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= TCP_WRAPPERS + +.include diff --git a/sbin/dhclient/Makefile.depend.options b/sbin/dhclient/Makefile.depend.options new file mode 100644 index 000000000000..f61d5cffc555 --- /dev/null +++ b/sbin/dhclient/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_syslog + +.include diff --git a/sbin/dumpon/Makefile.depend.options b/sbin/dumpon/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/sbin/dumpon/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/sbin/ifconfig/Makefile.depend.options b/sbin/ifconfig/Makefile.depend.options new file mode 100644 index 000000000000..91c60b1a0b29 --- /dev/null +++ b/sbin/ifconfig/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= JAIL WIRELESS_SUPPORT + +DIRDEPS.WIRELESS_SUPPORT.yes= lib/lib80211 + +.include diff --git a/sbin/ping/Makefile.depend.options b/sbin/ping/Makefile.depend.options new file mode 100644 index 000000000000..a1c8f6278e92 --- /dev/null +++ b/sbin/ping/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_dns + +.include diff --git a/sbin/ping6/Makefile.depend.options b/sbin/ping6/Makefile.depend.options new file mode 100644 index 000000000000..a1c8f6278e92 --- /dev/null +++ b/sbin/ping6/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_dns + +.include diff --git a/sbin/rtsol/Makefile.depend.options b/sbin/rtsol/Makefile.depend.options new file mode 100644 index 000000000000..c20f954f5bc4 --- /dev/null +++ b/sbin/rtsol/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_syslog lib/libnv + +.include diff --git a/sbin/savecore/Makefile.depend.options b/sbin/savecore/Makefile.depend.options new file mode 100644 index 000000000000..171e8ef8fb8a --- /dev/null +++ b/sbin/savecore/Makefile.depend.options @@ -0,0 +1,10 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= \ + lib/libcasper/services/cap_fileargs \ + lib/libcasper/services/cap_syslog + +.include diff --git a/secure/usr.bin/ssh/Makefile.depend.options b/secure/usr.bin/ssh/Makefile.depend.options new file mode 100644 index 000000000000..f4d4b8d8e49f --- /dev/null +++ b/secure/usr.bin/ssh/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= GSSAPI + +.include diff --git a/secure/usr.sbin/sshd/Makefile.depend.options b/secure/usr.sbin/sshd/Makefile.depend.options new file mode 100644 index 000000000000..04fd9c399ada --- /dev/null +++ b/secure/usr.sbin/sshd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= AUDIT BLACKLIST_SUPPORT GSSAPI KERBEROS_SUPPORT TCP_WRAPPERS + +.include diff --git a/usr.bin/brandelf/Makefile.depend.options b/usr.bin/brandelf/Makefile.depend.options new file mode 100644 index 000000000000..498128020f53 --- /dev/null +++ b/usr.bin/brandelf/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_fileargs + +.include diff --git a/usr.bin/chkey/Makefile.depend.options b/usr.bin/chkey/Makefile.depend.options new file mode 100644 index 000000000000..0523c3b906b5 --- /dev/null +++ b/usr.bin/chkey/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= NIS + +DIRDEPS.NIS.yes= lib/libmp + +.include diff --git a/usr.bin/chpass/Makefile.depend.options b/usr.bin/chpass/Makefile.depend.options new file mode 100644 index 000000000000..e7289cb56ce3 --- /dev/null +++ b/usr.bin/chpass/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= NIS + +DIRDEPS.NIS.yes= lib/libypclnt + +.include diff --git a/usr.bin/factor/Makefile.depend.options b/usr.bin/factor/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/usr.bin/factor/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/usr.bin/grep/Makefile.depend.options b/usr.bin/grep/Makefile.depend.options new file mode 100644 index 000000000000..15d3f2381070 --- /dev/null +++ b/usr.bin/grep/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= GNU_GREP_COMPAT + +DIRDEPS.GNU_GREP_COMPAT.yes= gnu/lib/libregex + +.include diff --git a/usr.bin/gzip/Makefile.depend.options b/usr.bin/gzip/Makefile.depend.options new file mode 100644 index 000000000000..9869b23465c4 --- /dev/null +++ b/usr.bin/gzip/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= BZIP2_SUPPORT + +DIRDEPS.BZIP2_SUPPORT.yes= lib/libbz2 + +.include diff --git a/usr.bin/head/Makefile.depend.options b/usr.bin/head/Makefile.depend.options new file mode 100644 index 000000000000..498128020f53 --- /dev/null +++ b/usr.bin/head/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_fileargs + +.include diff --git a/usr.bin/kdump/Makefile.depend.options b/usr.bin/kdump/Makefile.depend.options new file mode 100644 index 000000000000..2c1dfcad5c85 --- /dev/null +++ b/usr.bin/kdump/Makefile.depend.options @@ -0,0 +1,10 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= \ + lib/libcasper/services/cap_grp \ + lib/libcasper/services/cap_pwd + +.include diff --git a/usr.bin/login/Makefile.depend.options b/usr.bin/login/Makefile.depend.options new file mode 100644 index 000000000000..41774791a15a --- /dev/null +++ b/usr.bin/login/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= AUDIT + +.include diff --git a/usr.bin/netstat/Makefile.depend.options b/usr.bin/netstat/Makefile.depend.options new file mode 100644 index 000000000000..ce789f7b875d --- /dev/null +++ b/usr.bin/netstat/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= NETGRAPH_SUPPORT + +DIRDEPS.NETGRAPH_SUPPORT.yes= lib/libnetgraph + +.include diff --git a/usr.bin/nm/Makefile.depend.options b/usr.bin/nm/Makefile.depend.options new file mode 100644 index 000000000000..498128020f53 --- /dev/null +++ b/usr.bin/nm/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_fileargs + +.include diff --git a/usr.bin/readelf/Makefile.depend.options b/usr.bin/readelf/Makefile.depend.options new file mode 100644 index 000000000000..498128020f53 --- /dev/null +++ b/usr.bin/readelf/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_fileargs + +.include diff --git a/usr.bin/size/Makefile.depend.options b/usr.bin/size/Makefile.depend.options new file mode 100644 index 000000000000..498128020f53 --- /dev/null +++ b/usr.bin/size/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_fileargs + +.include diff --git a/usr.bin/sort/Makefile.depend.options b/usr.bin/sort/Makefile.depend.options new file mode 100644 index 000000000000..8866f0b4177b --- /dev/null +++ b/usr.bin/sort/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= SORT_THREADS + +DIRDEPS.SORT_THREADS.yes= lib/libmd lib/libpthread + +.include diff --git a/usr.bin/strings/Makefile.depend.options b/usr.bin/strings/Makefile.depend.options new file mode 100644 index 000000000000..498128020f53 --- /dev/null +++ b/usr.bin/strings/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_fileargs + +.include diff --git a/usr.bin/su/Makefile.depend.options b/usr.bin/su/Makefile.depend.options new file mode 100644 index 000000000000..41774791a15a --- /dev/null +++ b/usr.bin/su/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= AUDIT + +.include diff --git a/usr.bin/tail/Makefile.depend.options b/usr.bin/tail/Makefile.depend.options new file mode 100644 index 000000000000..498128020f53 --- /dev/null +++ b/usr.bin/tail/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_fileargs + +.include diff --git a/usr.bin/telnet/Makefile.depend.options b/usr.bin/telnet/Makefile.depend.options new file mode 100644 index 000000000000..e469db2841eb --- /dev/null +++ b/usr.bin/telnet/Makefile.depend.options @@ -0,0 +1,11 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= KERBEROS_SUPPORT OPENSSL + +DIRDEPS.OPENSSL.yes= \ + lib/libipsec \ + lib/libmp \ + lib/libpam/libpam \ + +.include diff --git a/usr.bin/wc/Makefile.depend.options b/usr.bin/wc/Makefile.depend.options new file mode 100644 index 000000000000..498128020f53 --- /dev/null +++ b/usr.bin/wc/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_fileargs + +.include diff --git a/usr.sbin/amd/amd/Makefile.depend.options b/usr.sbin/amd/amd/Makefile.depend.options new file mode 100644 index 000000000000..a62a5692d70a --- /dev/null +++ b/usr.sbin/amd/amd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= TCP_WRAPPERS + +.include diff --git a/usr.sbin/bhyve/Makefile.depend.options b/usr.sbin/bhyve/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/usr.sbin/bhyve/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile.depend.options b/usr.sbin/bsnmpd/bsnmpd/Makefile.depend.options new file mode 100644 index 000000000000..a62a5692d70a --- /dev/null +++ b/usr.sbin/bsnmpd/bsnmpd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= TCP_WRAPPERS + +.include diff --git a/usr.sbin/fstyp/Makefile.depend.options b/usr.sbin/fstyp/Makefile.depend.options new file mode 100644 index 000000000000..d51fe0e13561 --- /dev/null +++ b/usr.sbin/fstyp/Makefile.depend.options @@ -0,0 +1,11 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= ZFS + +DIRDEPS.ZFS.yes= \ + cddl/lib/libnvpair \ + cddl/lib/libzfs \ + cddl/lib/libzfs_core \ + +.include diff --git a/usr.sbin/gssd/Makefile.depend.options b/usr.sbin/gssd/Makefile.depend.options new file mode 100644 index 000000000000..098025149aec --- /dev/null +++ b/usr.sbin/gssd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= KERBEROS_SUPPORT + +.include diff --git a/usr.sbin/inetd/Makefile.depend.options b/usr.sbin/inetd/Makefile.depend.options new file mode 100644 index 000000000000..a62a5692d70a --- /dev/null +++ b/usr.sbin/inetd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= TCP_WRAPPERS + +.include diff --git a/usr.sbin/ngctl/Makefile.depend.options b/usr.sbin/ngctl/Makefile.depend.options new file mode 100644 index 000000000000..67c3a5d932ef --- /dev/null +++ b/usr.sbin/ngctl/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= LIBTHR + +DIRDEPS.LIBTHR.yes= lib/libedit lib/libpthread + +.include diff --git a/usr.sbin/ntp/ntp-keygen/Makefile.depend.options b/usr.sbin/ntp/ntp-keygen/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/usr.sbin/ntp/ntp-keygen/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/usr.sbin/ntp/ntpd/Makefile.depend.options b/usr.sbin/ntp/ntpd/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/usr.sbin/ntp/ntpd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/usr.sbin/ntp/ntpdate/Makefile.depend.options b/usr.sbin/ntp/ntpdate/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/usr.sbin/ntp/ntpdate/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/usr.sbin/ntp/ntpdc/Makefile.depend.options b/usr.sbin/ntp/ntpdc/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/usr.sbin/ntp/ntpdc/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/usr.sbin/ntp/ntpq/Makefile.depend.options b/usr.sbin/ntp/ntpq/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/usr.sbin/ntp/ntpq/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/usr.sbin/ntp/sntp/Makefile.depend.options b/usr.sbin/ntp/sntp/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/usr.sbin/ntp/sntp/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/usr.sbin/rpcbind/Makefile.depend.options b/usr.sbin/rpcbind/Makefile.depend.options new file mode 100644 index 000000000000..a62a5692d70a --- /dev/null +++ b/usr.sbin/rpcbind/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= TCP_WRAPPERS + +.include diff --git a/usr.sbin/rtsold/Makefile.depend.options b/usr.sbin/rtsold/Makefile.depend.options new file mode 100644 index 000000000000..c20f954f5bc4 --- /dev/null +++ b/usr.sbin/rtsold/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_syslog lib/libnv + +.include diff --git a/usr.sbin/sendmail/Makefile.depend.options b/usr.sbin/sendmail/Makefile.depend.options new file mode 100644 index 000000000000..1feb80a343bb --- /dev/null +++ b/usr.sbin/sendmail/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL TCP_WRAPPERS + +DIRDEPS.OPENSSL.yes= secure/lib/libssl + +.include diff --git a/usr.sbin/tcpdump/tcpdump/Makefile.depend.options b/usr.sbin/tcpdump/tcpdump/Makefile.depend.options new file mode 100644 index 000000000000..e5807369dda2 --- /dev/null +++ b/usr.sbin/tcpdump/tcpdump/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER OPENSSL + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_dns + +.include diff --git a/usr.sbin/traceroute/Makefile.depend.options b/usr.sbin/traceroute/Makefile.depend.options new file mode 100644 index 000000000000..a1c8f6278e92 --- /dev/null +++ b/usr.sbin/traceroute/Makefile.depend.options @@ -0,0 +1,8 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CASPER + +DIRDEPS.CASPER.yes= lib/libcasper/services/cap_dns + +.include diff --git a/usr.sbin/tzsetup/Makefile.depend.options b/usr.sbin/tzsetup/Makefile.depend.options new file mode 100644 index 000000000000..4425320ea3be --- /dev/null +++ b/usr.sbin/tzsetup/Makefile.depend.options @@ -0,0 +1,10 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= DIALOG + +DIRDEPS.DIALOG.yes= \ + gnu/lib/libdialog \ + lib/ncurses/ncursesw \ + +.include diff --git a/usr.sbin/wpa/Makefile.depend.options b/usr.sbin/wpa/Makefile.depend.options new file mode 100644 index 000000000000..fa96b2506b2c --- /dev/null +++ b/usr.sbin/wpa/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= OPENSSL + +.include diff --git a/usr.sbin/ypserv/Makefile.depend.options b/usr.sbin/ypserv/Makefile.depend.options new file mode 100644 index 000000000000..a62a5692d70a --- /dev/null +++ b/usr.sbin/ypserv/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= TCP_WRAPPERS + +.include