Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2011 22:03:34 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224768 - in head: tools/tools tools/tools/cxgbtool usr.sbin/cxgbtool
Message-ID:  <201108102203.p7AM3YhV063207@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108102203.p7AM3YhV063207>