summaryrefslogtreecommitdiffstats
path: root/targets
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-06-01 06:56:32 +0000
committerngie <ngie@FreeBSD.org>2017-06-01 06:56:32 +0000
commitf86a5976ae3b1001bd796665affdb9a82b64d0e6 (patch)
treefbff326b0f6b10ddfd7bf29ae6b199cc12db1e12 /targets
parent57b3ed849356c423f44ac18c04e93bc5d21f636f (diff)
downloadFreeBSD-src-f86a5976ae3b1001bd796665affdb9a82b64d0e6.zip
FreeBSD-src-f86a5976ae3b1001bd796665affdb9a82b64d0e6.tar.gz
MFC r314579,r314785:
r314579 (by np): Add cxgbetool(8) to the base system. Move cxgbetool from tools/tools to usr.sbin. Compile and install it on platforms where cxgbe(4) is built by default. Knobs (WITH_CXGBETOOL and WITHOUT_CXGBETOOL) have been added so that the user can override the default setting. r314785: Fix some trivial manlint warnings Sentences should begin on new lines, per manlint. Bump .Dd for the change
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/userland/Makefile.depend4
1 files changed, 4 insertions, 0 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index 63d20ad..c5b131a 100644
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -908,6 +908,10 @@ DIRDEPS+= \
usr.sbin/blacklistd
.endif
+.if ${MK_CXGBETOOL} != "no"
+DIRDEPS+= usr.sbin/cxgbetool
+.endif
+
.if ${MK_GPL_DTC} != "yes"
DIRDEPS+= usr.bin/dtc
.endif
OpenPOWER on IntegriCloud