diff options
author | np <np@FreeBSD.org> | 2011-08-10 22:03:34 +0000 |
---|---|---|
committer | np <np@FreeBSD.org> | 2011-08-10 22:03:34 +0000 |
commit | 6bc583d0fe2dccfe70ecc5f20834c56a22f884c4 (patch) | |
tree | 8921d031613c5cd202b311bc0c62fa292e43eedb | |
parent | f0662c2435d3c09b6b7af55f66bc45033d6ee4ec (diff) | |
download | FreeBSD-src-6bc583d0fe2dccfe70ecc5f20834c56a22f884c4.zip FreeBSD-src-6bc583d0fe2dccfe70ecc5f20834c56a22f884c4.tar.gz |
Move cxgbtool from usr.sbin to tools/tools.
Approved by: re (kib)
MFC after: 1 month
-rw-r--r-- | tools/tools/README | 1 | ||||
-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 |