head	1.6;
access;
symbols
	RELENG_5_1_0_RELEASE:1.5
	RELENG_5_1:1.5.0.4
	RELENG_5_1_BP:1.5
	RELENG_5_0_0_RELEASE:1.5
	RELENG_5_0:1.5.0.2
	RELENG_5_0_BP:1.5
	old_RELENG_4_4_0_RELEASE:1.1.1.1.12.1
	old_RELENG_4_4:1.1.1.1.12.1.0.2
	old_RELENG_4_4_BP:1.1.1.1.12.1
	old_RELENG_4_3_0_RELEASE:1.1.1.1
	old_RELENG_4_3:1.1.1.1.0.14
	old_RELENG_4_3_BP:1.1.1.1
	old_RELENG_4_2_0_RELEASE:1.1.1.1
	old_RELENG_4_1_1_RELEASE:1.1.1.1
	old_PRE_SMPNG:1.1.1.1
	old_RELENG_4_1_0_RELEASE:1.1.1.1
	old_RELENG_3_5_0_RELEASE:1.1.1.1
	old_RELENG_4_0_0_RELEASE:1.1.1.1
	old_RELENG_4:1.1.1.1.0.12
	old_RELENG_4_BP:1.1.1.1
	old_RELENG_3_4_0_RELEASE:1.1.1.1
	old_RELENG_3_3_0_RELEASE:1.1.1.1
	old_RELENG_3_2_PAO:1.1.1.1.0.10
	old_RELENG_3_2_PAO_BP:1.1.1.1
	old_RELENG_3_2_0_RELEASE:1.1.1.1
	old_RELENG_3_1_0_RELEASE:1.1.1.1
	old_RELENG_3:1.1.1.1.0.8
	old_RELENG_3_BP:1.1.1.1
	old_RELENG_2_2_8_RELEASE:1.1.1.1
	old_RELENG_3_0_0_RELEASE:1.1.1.1
	old_RELENG_2_2_7_RELEASE:1.1.1.1
	old_RELENG_2_2_6_RELEASE:1.1.1.1
	old_RELENG_2_2_5_RELEASE:1.1.1.1
	old_RELENG_2_2_2_RELEASE:1.1.1.1
	old_RELENG_2_2_1_RELEASE:1.1.1.1
	old_RELENG_2_2_0_RELEASE:1.1.1.1
	old_RELENG_2_1_7_RELEASE:1.1.1.1
	old_RELENG_2_1_6_1_RELEASE:1.1.1.1
	old_RELENG_2_1_6_RELEASE:1.1.1.1
	old_RELENG_2_2:1.1.1.1.0.6
	old_RELENG_2_2_BP:1.1.1.1
	old_RELENG_2_1_5_RELEASE:1.1.1.1
	old_RELENG_2_1_0_RELEASE:1.1.1.1
	old_RELENG_2_1_0:1.1.1.1.0.4
	old_RELENG_2_1_0_BP:1.1.1.1
	old_RELENG_2_0_5_RELEASE:1.1.1.1
	old_RELENG_2_0_5:1.1.1.1.0.2
	old_RELENG_2_0_5_BP:1.1.1.1
	old_RELENG_2_0_5_ALPHA:1.1.1.1
	old_cronyx_1_2:1.1.1.1
	old_cronyx:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2003.12.03.17.09.41;	author imp;	state dead;
branches;
next	1.5;

1.5
date	2001.12.04.02.19.44;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	2001.10.23.09.23.17;	author ru;	state Exp;
branches;
next	1.3;

1.3
date	2001.03.26.14.33.03;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.20.18.13.06;	author ru;	state Exp;
branches;
next	1.1;

1.1
date	94.12.02.23.22.58;	author wollman;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.12.02.23.22.59;	author wollman;	state Exp;
branches
	1.1.1.1.12.1;
next	;

1.1.1.1.12.1
date	2001.04.25.10.58.19;	author ru;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove old cxconfig utility and connect new sconfig utility to the build.
The sconfig utility supports more than just cx boards, and those drivers
will make their way into FreeBSD shortly (maybe before 5.2).

Confirmed that this doesn't break the build.

Submitted by: Roman Kurakin <rik@@cronyx.ru>
Approved by: re@@ <scottl>
@
text
@# $FreeBSD: src/sbin/cxconfig/Makefile,v 1.5 2001/12/04 02:19:44 obrien Exp $

PROG=	cxconfig
MAN=	cxconfig.8

.include <bsd.prog.mk>
@


1.5
log
@Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by:	mike
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.4
log
@WARNSify.
@
text
@a3 1
WARNS?=	2
@


1.3
log
@- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
@
text
@d1 1
a1 1
# $FreeBSD: src/sbin/i386/cxconfig/Makefile,v 1.2 2001/03/20 18:13:06 ru Exp $
d4 1
@


1.2
log
@Set the default manual section for sbin/ to 8.
@
text
@d1 1
a1 1
# $FreeBSD$
d3 2
a4 1
PROG = cxconfig
@


1.1
log
@Initial revision
@
text
@d1 2
a3 1
MAN8 = cxconfig.8
@


1.1.1.1
log
@Cronyx/Sigma sync/async serial driver with PPP support
from Serge Vakulenko
@
text
@@


1.1.1.1.12.1
log
@MFC: MAN[1-9] -> MAN.
@
text
@d1 2
a2 4
# $FreeBSD$

PROG=	cxconfig
MAN=	cxconfig.8
@

