diff options
author | ngie <ngie@FreeBSD.org> | 2017-06-01 06:56:32 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-06-01 06:56:32 +0000 |
commit | f86a5976ae3b1001bd796665affdb9a82b64d0e6 (patch) | |
tree | fbff326b0f6b10ddfd7bf29ae6b199cc12db1e12 /usr.sbin/Makefile | |
parent | 57b3ed849356c423f44ac18c04e93bc5d21f636f (diff) | |
download | FreeBSD-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 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index dc422bc..5f478b8 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -122,6 +122,7 @@ SUBDIR.${MK_BOOTPARAMD}+= bootparamd SUBDIR.${MK_BSDINSTALL}+= bsdinstall SUBDIR.${MK_BSNMP}+= bsnmpd SUBDIR.${MK_CTM}+= ctm +SUBDIR.${MK_CXGBETOOL}+= cxgbetool SUBDIR.${MK_DIALOG}+= bsdconfig SUBDIR.${MK_EFI}+= efivar efidp SUBDIR.${MK_FLOPPY}+= fdcontrol |