aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2019-12-11 17:37:37 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2019-12-11 17:37:37 +0000
commit5ab1c5846ff41be24b1f6beb0317bf8258cd4409 (patch)
treefc0cf2307ec987834da06ceb43200b4b76033691 /sbin
parentbeede70e5143ff4ea1f10e667c78575ab0031028 (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/Makefile.depend.options8
-rw-r--r--sbin/dumpon/Makefile.depend.options6
-rw-r--r--sbin/ifconfig/Makefile.depend.options8
-rw-r--r--sbin/ping/Makefile.depend.options8
-rw-r--r--sbin/ping6/Makefile.depend.options8
-rw-r--r--sbin/rtsol/Makefile.depend.options8
-rw-r--r--sbin/savecore/Makefile.depend.options10
7 files changed, 56 insertions, 0 deletions
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 <dirdeps-options.mk>
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 <dirdeps-options.mk>
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 <dirdeps-options.mk>
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 <dirdeps-options.mk>
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 <dirdeps-options.mk>
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 <dirdeps-options.mk>
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 <dirdeps-options.mk>