aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/tools/README1
-rw-r--r--tools/tools/cxgbtool/Makefile (renamed from usr.sbin/cxgbtool/Makefile)5
-rw-r--r--tools/tools/cxgbtool/cxgbtool.c (renamed from usr.sbin/cxgbtool/cxgbtool.c)0
-rw-r--r--tools/tools/cxgbtool/reg_defs.c (renamed from usr.sbin/cxgbtool/reg_defs.c)0
-rw-r--r--tools/tools/cxgbtool/reg_defs_t3.c (renamed from usr.sbin/cxgbtool/reg_defs_t3.c)0
-rw-r--r--tools/tools/cxgbtool/reg_defs_t3b.c (renamed from usr.sbin/cxgbtool/reg_defs_t3b.c)0
-rw-r--r--tools/tools/cxgbtool/reg_defs_t3c.c (renamed from usr.sbin/cxgbtool/reg_defs_t3c.c)0
-rw-r--r--tools/tools/cxgbtool/version.h (renamed from usr.sbin/cxgbtool/version.h)0
8 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/README b/tools/tools/README
index 42ea75c4fc3f..253b2e08f739 100644
--- a/tools/tools/README
+++ b/tools/tools/README
@@ -17,6 +17,7 @@ commitsdb A tool for reconstructing commit history using md5
checksums of the commit logs.
crypto Test and exercise tools related to the crypto framework
cxgbetool A tool for the cxgbe(4) driver.
+cxgbtool A tool for the cxgb(4) driver.
diffburst OBSOLETE: equivalent functionality is available via split -p.
For example: "split -p ^diff < patchfile". See split(1).
editing Editor modes and the like to help editing FreeBSD code.
diff --git a/usr.sbin/cxgbtool/Makefile b/tools/tools/cxgbtool/Makefile
index f8e5175f8c44..507bee085fc0 100644
--- a/usr.sbin/cxgbtool/Makefile
+++ b/tools/tools/cxgbtool/Makefile
@@ -3,9 +3,8 @@
PROG= cxgbtool
SRCS= cxgbtool.c
NO_MAN=
-CFLAGS+= -I${.CURDIR}/../../sys/dev/cxgb -I.
+CFLAGS+= -I${.CURDIR}/../../../sys/dev/cxgb -I.
CFLAGS+= -DCONFIG_T3_REGS -DCHELSIO_INTERNAL
-
-install:
+BINDIR?= /usr/sbin
.include <bsd.prog.mk>
diff --git a/usr.sbin/cxgbtool/cxgbtool.c b/tools/tools/cxgbtool/cxgbtool.c
index f73f1a4d5c47..f73f1a4d5c47 100644
--- a/usr.sbin/cxgbtool/cxgbtool.c
+++ b/tools/tools/cxgbtool/cxgbtool.c
diff --git a/usr.sbin/cxgbtool/reg_defs.c b/tools/tools/cxgbtool/reg_defs.c
index 687bb75cee9f..687bb75cee9f 100644
--- a/usr.sbin/cxgbtool/reg_defs.c
+++ b/tools/tools/cxgbtool/reg_defs.c
diff --git a/usr.sbin/cxgbtool/reg_defs_t3.c b/tools/tools/cxgbtool/reg_defs_t3.c
index 6e9b8b1176f0..6e9b8b1176f0 100644
--- a/usr.sbin/cxgbtool/reg_defs_t3.c
+++ b/tools/tools/cxgbtool/reg_defs_t3.c
diff --git a/usr.sbin/cxgbtool/reg_defs_t3b.c b/tools/tools/cxgbtool/reg_defs_t3b.c
index cd85d840a1dd..cd85d840a1dd 100644
--- a/usr.sbin/cxgbtool/reg_defs_t3b.c
+++ b/tools/tools/cxgbtool/reg_defs_t3b.c
diff --git a/usr.sbin/cxgbtool/reg_defs_t3c.c b/tools/tools/cxgbtool/reg_defs_t3c.c
index b9181b68e9a9..b9181b68e9a9 100644
--- a/usr.sbin/cxgbtool/reg_defs_t3c.c
+++ b/tools/tools/cxgbtool/reg_defs_t3c.c
diff --git a/usr.sbin/cxgbtool/version.h b/tools/tools/cxgbtool/version.h
index 403a8beeafc2..403a8beeafc2 100644
--- a/usr.sbin/cxgbtool/version.h
+++ b/tools/tools/cxgbtool/version.h