head	1.4;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.2.2
	RELENG_4_11:1.1.2.2.0.16
	RELENG_4_11_BP:1.1.2.2
	RELENG_4_10_0_RELEASE:1.1.2.2
	RELENG_4_10:1.1.2.2.0.14
	RELENG_4_10_BP:1.1.2.2
	RELENG_4_9_0_RELEASE:1.1.2.2
	RELENG_4_9:1.1.2.2.0.12
	RELENG_4_9_BP:1.1.2.2
	RELENG_4_8_0_RELEASE:1.1.2.2
	RELENG_4_8:1.1.2.2.0.10
	RELENG_4_8_BP:1.1.2.2
	RELENG_4_7_0_RELEASE:1.1.2.2
	RELENG_4_7:1.1.2.2.0.8
	RELENG_4_7_BP:1.1.2.2
	RELENG_4_6_2_RELEASE:1.1.2.2
	RELENG_4_6_1_RELEASE:1.1.2.2
	RELENG_4_6_0_RELEASE:1.1.2.2
	RELENG_4_6:1.1.2.2.0.6
	RELENG_4_6_BP:1.1.2.2
	RELENG_4_5_0_RELEASE:1.1.2.2
	RELENG_4_5:1.1.2.2.0.4
	RELENG_4_5_BP:1.1.2.2
	RELENG_4_4_0_RELEASE:1.1.2.2
	RELENG_4_4:1.1.2.2.0.2
	RELENG_4_4_BP:1.1.2.2
	KSE_MILESTONE_2:1.3
	KSE_PRE_MILESTONE_2:1.3
	RELENG_4_3_0_RELEASE:1.1.2.1
	RELENG_4_3:1.1.2.1.0.2
	RELENG_4_3_BP:1.1.2.1
	RELENG_4_2_0_RELEASE:1.1.2.1
	RELENG_4_1_1_RELEASE:1.1.2.1
	PRE_SMPNG:1.1
	RELENG_4_1_0_RELEASE:1.1.2.1
	RELENG_4:1.1.0.2;
locks; strict;
comment	@# @;


1.4
date	2001.10.20.20.21.51;	author mjacob;	state dead;
branches;
next	1.3;

1.3
date	2001.04.09.21.34.52;	author mjacob;	state Exp;
branches;
next	1.2;

1.2
date	2001.01.06.14.00.41;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.18.05.08.28;	author mjacob;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2000.07.04.02.12.13;	author mjacob;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2001.04.21.23.39.20;	author mjacob;	state Exp;
branches;
next	1.1.2.3;

1.1.2.3
date	2012.11.17.07.26.37;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@remove wx
@
text
@# $FreeBSD: src/sys/modules/wx/Makefile,v 1.3 2001/04/09 21:34:52 mjacob Exp $

.PATH: ${.CURDIR}/../../pci

KMOD=	if_wx
KMODDEPS = miibus
SRCS=	if_wx.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h

.include <bsd.kmod.mk>
@


1.3
log
@We now depend on miibus_if.h.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/wx/Makefile,v 1.2 2001/01/06 14:00:41 obrien Exp $
@


1.2
log
@Use a consistent style and one much closer to the rest of /usr/src
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/wx/Makefile,v 1.1 2000/06/18 05:08:28 mjacob Exp $
d6 2
a7 1
SRCS=	if_wx.c opt_bdg.h device_if.h bus_if.h pci_if.h
@


1.1
log
@add if_wx module
@
text
@d1 1
a1 1
# $FreeBSD: $
d3 4
a6 3
.PATH:	${.CURDIR}/../../pci
KMOD	= if_wx
SRCS	= if_wx.c opt_bdg.h device_if.h bus_if.h pci_if.h
@


1.1.2.1
log
@MFC: add wx module
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/wx/Makefile,v 1.1 2000/06/18 05:08:28 mjacob Exp $
@


1.1.2.2
log
@MFC: Need miibus_if.h now that we depend on miibus for the wx.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/wx/Makefile,v 1.1.2.1 2000/07/04 02:12:13 mjacob Exp $
d5 1
a5 2
SRCS	= if_wx.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
KMODDEPS = miibus
@


1.1.2.3
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/sys/modules/wx/Makefile 75812 2001-04-21 23:39:20Z mjacob $
@


