head	1.2;
access;
symbols
	RELENG_5_2_1_RELEASE:1.1
	RELENG_5_2_0_RELEASE:1.1
	RELENG_5_2:1.1.0.6
	RELENG_5_2_BP:1.1
	RELENG_5_1_0_RELEASE:1.1
	RELENG_5_1:1.1.0.4
	RELENG_5_1_BP:1.1
	RELENG_5_0_0_RELEASE:1.1
	RELENG_5_0:1.1.0.2
	RELENG_5_0_BP:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.12.07.07.04.39;	author imp;	state dead;
branches;
next	1.1;

1.1
date	2002.06.03.09.13.53;	author mdodd;	state Exp;
branches;
next	;


desc
@@


1.2
log
@hea is gone, remove its module
@
text
@# $FreeBSD: src/sys/modules/hea/Makefile,v 1.1 2002/06/03 09:13:53 mdodd Exp $

.PATH:	${.CURDIR}/../../dev/hea
  
KMOD=	hea_pci
SRCS=	hea_pci.c pci_if.h device_if.h bus_if.h
SRCS+=	hea_freebsd.c \
	eni.c eni_globals.c eni_init.c eni_receive.c eni_vcm.c \
	eni_buffer.c eni_if.c eni_intr.c eni_transmit.c

.include <bsd.kmod.mk>
@


1.1
log
@Build a 'hea_pci' driver module.
@
text
@d1 1
a1 1
# $FreeBSD$
@

