head	1.5;
access;
symbols
	RELENG_7_4_0_RELEASE:1.4.12.1
	RELENG_7_4:1.4.0.12
	RELENG_7_4_BP:1.4
	RELENG_7_3_0_RELEASE:1.4.10.1
	RELENG_7_3:1.4.0.10
	RELENG_7_3_BP:1.4
	RELENG_7_2_0_RELEASE:1.4.8.1
	RELENG_7_2:1.4.0.8
	RELENG_7_2_BP:1.4
	RELENG_7_1_0_RELEASE:1.4.6.1
	RELENG_6_4_0_RELEASE:1.3.2.1.8.1
	RELENG_7_1:1.4.0.6
	RELENG_7_1_BP:1.4
	RELENG_6_4:1.3.2.1.0.8
	RELENG_6_4_BP:1.3.2.1
	RELENG_7_0_0_RELEASE:1.4
	RELENG_6_3_0_RELEASE:1.3.2.1
	RELENG_7_0:1.4.0.4
	RELENG_7_0_BP:1.4
	RELENG_6_3:1.3.2.1.0.6
	RELENG_6_3_BP:1.3.2.1
	RELENG_7:1.4.0.2
	RELENG_7_BP:1.4
	RELENG_6_2_0_RELEASE:1.3.2.1
	RELENG_6_2:1.3.2.1.0.4
	RELENG_6_2_BP:1.3.2.1
	RELENG_5_5_0_RELEASE:1.2
	RELENG_5_5:1.2.0.10
	RELENG_5_5_BP:1.2
	RELENG_6_1_0_RELEASE:1.3.2.1
	RELENG_6_1:1.3.2.1.0.2
	RELENG_6_1_BP:1.3.2.1
	RELENG_6_0_0_RELEASE:1.3
	RELENG_6_0:1.3.0.4
	RELENG_6_0_BP:1.3
	RELENG_6:1.3.0.2
	RELENG_6_BP:1.3
	RELENG_5_4_0_RELEASE:1.2
	RELENG_5_4:1.2.0.8
	RELENG_5_4_BP:1.2
	RELENG_4_11_0_RELEASE:1.2.2.1
	RELENG_4_11:1.2.2.1.0.2
	RELENG_4_11_BP:1.2.2.1
	RELENG_5_3_0_RELEASE:1.2
	RELENG_5_3:1.2.0.6
	RELENG_5_3_BP:1.2
	RELENG_5:1.2.0.4
	RELENG_5_BP:1.2
	RELENG_4:1.2.0.2;
locks; strict;
comment	@# @;


1.5
date	2008.07.04.18.15.36;	author jhb;	state dead;
branches;
next	1.4;

1.4
date	2005.10.14.23.30.07;	author yar;	state Exp;
branches
	1.4.2.1
	1.4.6.1
	1.4.8.1
	1.4.10.1
	1.4.12.1;
next	1.3;

1.3
date	2005.02.09.11.50.43;	author ru;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2004.03.18.09.45.17;	author fjoe;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2004.03.15.22.24.28;	author fjoe;	state Exp;
branches;
next	;

1.4.2.1
date	2012.11.17.08.06.44;	author svnexp;	state Exp;
branches;
next	;

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

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

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

1.4.12.1
date	2010.12.21.17.10.29;	author kensmith;	state Exp;
branches;
next	1.4.12.2;

1.4.12.2
date	2012.11.17.08.17.26;	author svnexp;	state Exp;
branches;
next	;

1.3.2.1
date	2006.02.10.00.37.58;	author yar;	state Exp;
branches
	1.3.2.1.8.1;
next	1.3.2.2;

1.3.2.2
date	2012.11.17.07.44.15;	author svnexp;	state Exp;
branches;
next	;

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

1.2.2.1
date	2004.06.02.19.06.38;	author fjoe;	state Exp;
branches;
next	1.2.2.2;

1.2.2.2
date	2012.11.17.07.26.29;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.5
log
@SVN rev 180257 on 2008-07-04 18:15:36Z by jhb

Remove the arl(4) driver.  It is reported to not work on 6.x or later
even though the driver hasn't changed since 4.x (last known working
release).
@
text
@# $RISS: if_arl/modules/if_arl/Makefile,v 1.3 2003/01/13 08:05:29 frol Exp $
# $FreeBSD: src/sys/modules/arl/Makefile,v 1.4 2005/10/14 23:30:07 yar Exp $

.PATH:	${.CURDIR}/../../dev/arl

KMOD=	if_arl
SRCS=	if_arl.c if_arl_isa.c
SRCS+=	opt_inet.h device_if.h bus_if.h isa_if.h
CFLAGS+= -I${.CURDIR}/../..

.if !defined(KERNBUILDDIR)
opt_inet.h:
	echo "#define INET 1" > opt_inet.h
.endif

.include <bsd.kmod.mk>
@


1.4
log
@Let modules use the kernel's opt_*.h files if built along with
the kernel by wrapping all targets for fake opt_*.h files in
.if defined(KERNBUILDDIR).  Thus, such fake files won't be
created at all if modules are built with the kernel.

Some modules undergo cleanup like removing unused or unneeded
options or .h files, without which they wouldn't build this way
or the other.

Reviewed by:	ru
Tested by:	no binary changes in modules built alone
Tested on:	i386 sparc64 amd64
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4.2.1
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/7/sys/modules/arl/Makefile 151350 2005-10-14 23:30:17Z yar $
@


1.4.12.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.4.12.2
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: releng/7.4/sys/modules/arl/Makefile 151350 2005-10-14 23:30:17Z yar $
@


1.4.10.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.4.8.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.4.6.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.3
log
@Use CFLAGS+=.
@
text
@d11 1
d14 1
@


1.3.2.1
log
@MFC:
Avoid creating (and subsequently using) fake opt_*.h files
when the modules are built with the kernel and hence actual
opt_*.h files are available in ${KERNBUILDDIR}.  Fix a few
small bugs that would prevent this from working.

At last the build options of the modules become consistent
with those of the kernel unless the MODULES_WITH_WORLD way
still is used.

Approved by:	re (kensmith, scottl)
Requested by:	ru
Tested on:	amd64 i386 sparc64
Tested by:	md5
@
text
@a10 1
.if !defined(KERNBUILDDIR)
a12 1
.endif
@


1.3.2.2
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/6/sys/modules/arl/Makefile 155500 2006-02-10 00:38:08Z yar $
@


1.3.2.1.8.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
@@


1.2
log
@Generate opt_inet.h.
Add opt_inet.h to SRCS.
@
text
@d9 1
a9 1
CFLAGS=	-I${.CURDIR}/../..
@


1.2.2.1
log
@MFC: arl(4) network device driver and control utility for
Aironet Arlan 655 wireless network adapters.
@
text
@@


1.2.2.2
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/4/sys/modules/arl/Makefile 130008 2004-06-02 19:06:39Z fjoe $
@


1.1
log
@Add arl(4): driver for Aironet Arlan 655 wireless adapters.

MFC after:	2 weeks
@
text
@d7 2
a8 1
SRCS=	if_arl.c if_arl_isa.c device_if.h bus_if.h isa_if.h
d10 3
@

