Move cxgbtool from usr.sbin to tools/tools.

Approved by:	re (kib)
MFC after:	1 month
This commit is contained in:
Navdeep Parhar 2011-08-10 22:03:34 +00:00
parent 4116c8e738
commit 223eb00dd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224768
8 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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>