svn commit: r224768 - in head: tools/tools tools/tools/cxgbtool
usr.sbin/cxgbtool
Navdeep Parhar
np at FreeBSD.org
Wed Aug 10 22:03:35 UTC 2011
Author: np
Date: Wed Aug 10 22:03:34 2011
New Revision: 224768
URL: http://svn.freebsd.org/changeset/base/224768
Log:
Move cxgbtool from usr.sbin to tools/tools.
Approved by: re (kib)
MFC after: 1 month
Added:
head/tools/tools/cxgbtool/
- copied from r224760, head/usr.sbin/cxgbtool/
Deleted:
head/usr.sbin/cxgbtool/
Modified:
head/tools/tools/README
head/tools/tools/cxgbtool/Makefile
Modified: head/tools/tools/README
==============================================================================
--- head/tools/tools/README Wed Aug 10 21:39:47 2011 (r224767)
+++ head/tools/tools/README Wed Aug 10 22:03:34 2011 (r224768)
@@ -17,6 +17,7 @@ commitsdb A tool for reconstructing comm
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.
Modified: head/tools/tools/cxgbtool/Makefile
==============================================================================
--- head/usr.sbin/cxgbtool/Makefile Wed Aug 10 16:13:43 2011 (r224760)
+++ head/tools/tools/cxgbtool/Makefile Wed Aug 10 22:03:34 2011 (r224768)
@@ -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>
More information about the svn-src-head
mailing list