head	1.3;
access;
symbols
	RELENG_8_3_0_RELEASE:1.1.12.2
	RELENG_8_3:1.1.12.2.0.2
	RELENG_8_3_BP:1.1.12.2
	RELENG_7_4_0_RELEASE:1.1.16.1
	RELENG_8_2_0_RELEASE:1.1.12.1.6.1
	RELENG_7_4:1.1.0.16
	RELENG_7_4_BP:1.1
	RELENG_8_2:1.1.12.1.0.6
	RELENG_8_2_BP:1.1.12.1
	RELENG_8_1_0_RELEASE:1.1.12.1.4.1
	RELENG_8_1:1.1.12.1.0.4
	RELENG_8_1_BP:1.1.12.1
	RELENG_7_3_0_RELEASE:1.1.14.1
	RELENG_7_3:1.1.0.14
	RELENG_7_3_BP:1.1
	RELENG_8_0_0_RELEASE:1.1.12.1.2.1
	RELENG_8_0:1.1.12.1.0.2
	RELENG_8_0_BP:1.1.12.1
	RELENG_8:1.1.0.12
	RELENG_8_BP:1.1
	RELENG_7_2_0_RELEASE:1.1.10.1
	RELENG_7_2:1.1.0.10
	RELENG_7_2_BP:1.1
	RELENG_7_1_0_RELEASE:1.1.8.1
	RELENG_6_4_0_RELEASE:1.1.2.1.4.1
	RELENG_7_1:1.1.0.8
	RELENG_7_1_BP:1.1
	RELENG_6_4:1.1.2.1.0.4
	RELENG_6_4_BP:1.1.2.1
	RELENG_7_0_0_RELEASE:1.1
	RELENG_6_3_0_RELEASE:1.1.2.1
	RELENG_7_0:1.1.0.6
	RELENG_7_0_BP:1.1
	RELENG_6_3:1.1.2.1.0.2
	RELENG_6_3_BP:1.1.2.1
	RELENG_7:1.1.0.4
	RELENG_7_BP:1.1
	RELENG_6:1.1.0.2;
locks; strict;
comment	@# @;


1.3
date	2011.08.10.22.03.34;	author np;	state dead;
branches;
next	1.2;

1.2
date	2010.02.16.09.10.21;	author uqs;	state Exp;
branches;
next	1.1;

1.1
date	2007.03.14.02.51.57;	author kmacy;	state Exp;
branches
	1.1.2.1
	1.1.4.1
	1.1.8.1
	1.1.10.1
	1.1.12.1
	1.1.14.1
	1.1.16.1;
next	;

1.1.2.1
date	2007.03.15.03.21.32;	author kmacy;	state Exp;
branches
	1.1.2.1.4.1;
next	1.1.2.2;

1.1.2.2
date	2012.11.17.07.46.16;	author svnexp;	state Exp;
branches;
next	;

1.1.2.1.4.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;

1.1.4.1
date	2012.11.17.08.09.01;	author svnexp;	state Exp;
branches;
next	;

1.1.8.1
date	2008.11.25.02.59.29;	author kensmith;	state Exp;
branches;
next	;

1.1.10.1
date	2009.04.15.03.14.26;	author kensmith;	state Exp;
branches;
next	;

1.1.12.1
date	2009.08.03.08.13.06;	author kensmith;	state Exp;
branches
	1.1.12.1.2.1
	1.1.12.1.4.1
	1.1.12.1.6.1;
next	1.1.12.2;

1.1.12.2
date	2012.02.06.21.23.12;	author np;	state dead;
branches;
next	;

1.1.12.1.2.1
date	2009.10.25.01.10.29;	author kensmith;	state Exp;
branches;
next	;

1.1.12.1.4.1
date	2010.06.14.02.09.06;	author kensmith;	state Exp;
branches;
next	;

1.1.12.1.6.1
date	2010.12.21.17.09.25;	author kensmith;	state Exp;
branches;
next	;

1.1.14.1
date	2010.02.10.00.26.20;	author kensmith;	state Exp;
branches;
next	;

1.1.16.1
date	2010.12.21.17.10.29;	author kensmith;	state Exp;
branches;
next	1.1.16.2;

1.1.16.2
date	2012.11.17.08.17.47;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@SVN rev 224768 on 2011-08-10 22:03:34Z by np

Move cxgbtool from usr.sbin to tools/tools.

Approved by:	re (kib)
MFC after:	1 month
@
text
@# $FreeBSD: src/usr.sbin/cxgbtool/Makefile,v 1.2 2010/02/16 09:10:21 uqs Exp $

PROG=	cxgbtool
SRCS=	cxgbtool.c
NO_MAN=
CFLAGS+= -I${.CURDIR}/../../sys/dev/cxgb -I.
CFLAGS+= -DCONFIG_T3_REGS -DCHELSIO_INTERNAL

install:

.include <bsd.prog.mk>
@


1.2
log
@SVN rev 203952 on 2010-02-16 09:10:21Z by uqs

Add missing newline in last line of file.

Uncovered via:	fromcvs vs. svn
Approved by:	ed (co-mentor)
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Add administration and debugging tool for Chelsio T3 10 Gigabit Ethernet driver
@
text
@d11 1
a11 1
.include <bsd.prog.mk>@


1.1.4.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/7/usr.sbin/cxgbtool/Makefile 167518 2007-03-14 02:51:57Z kmacy $
@


1.1.16.1
log
@SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith

Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release.

Approved by:	re (implicit)
@
text
@@


1.1.16.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: releng/7.4/usr.sbin/cxgbtool/Makefile 167518 2007-03-14 02:51:57Z kmacy $
@


1.1.14.1
log
@SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith

Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process.

Approved by:	re (implicit)
@
text
@@


1.1.12.1
log
@SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith

Copy head to stable/8 as part of 8.0 Release cycle.

Approved by:	re (Implicit)
@
text
@@


1.1.12.2
log
@SVN rev 231100 on 2012-02-06 21:23:12Z by np

MFC r222900 and r224768

r222900:
cxgbetool: a tool for the cxgbe(4) driver.

r224768:
Move cxgbtool from usr.sbin to tools/tools.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/cxgbtool/Makefile,v 1.1.12.1 2009/08/03 08:13:06 kensmith Exp $
@


1.1.12.1.6.1
log
@SVN rev 216617 on 2010-12-21 17:09:25Z by kensmith

Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.

Approved by:	re (implicit)
@
text
@@


1.1.12.1.4.1
log
@SVN rev 209145 on 2010-06-14 02:09:06Z by kensmith

Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.

Approved by:	re (implicit)
@
text
@@


1.1.12.1.2.1
log
@SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith

Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure.

Approved by:	re (implicit)
@
text
@@


1.1.10.1
log
@SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)
@
text
@@


1.1.8.1
log
@SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)
@
text
@@


1.1.2.1
log
@add cxgb management tool cxgbtool
@
text
@@


1.1.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/usr.sbin/cxgbtool/Makefile 167585 2007-03-15 03:21:32Z kmacy $
@


1.1.2.1.4.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


