summaryrefslogtreecommitdiffstats
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 42ea75c..253b2e0 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 f8e5175..507bee0 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 f73f1a4..f73f1a4 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 687bb75..687bb75 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 6e9b8b1..6e9b8b1 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 cd85d84..cd85d84 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 b9181b6..b9181b6 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 403a8be..403a8be 100644
--- a/usr.sbin/cxgbtool/version.h
+++ b/tools/tools/cxgbtool/version.h
OpenPOWER on IntegriCloud