head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2003.01.09.16.32.12;	author obrien;	state dead;
branches;
next	1.2;

1.2
date	2003.01.09.00.46.41;	author tmm;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.08.18.45.04;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Moved if_hme to hme.
(I need a score card to keep track of the /sys layout fights)
@
text
@# $FreeBSD: src/sys/modules/if_hme/Makefile,v 1.2 2003/01/09 00:46:41 tmm Exp $

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

KMOD=	if_hme
SRCS=	if_hme.c if_hme_pci.c if_hme_sbus.c device_if.h bus_if.h pci_if.h
SRCS+=	miibus_if.h

.include <bsd.kmod.mk>
@


1.2
log
@Include if_hme_sbus.c, so that the module can also be used on sbus
machines. Remove opt_bdg.h, which is not needed.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Add an hme(4) module.

PR:		46871
Submitted by:	Hartmut Brandt <brandt@@fokus.gmd.de>
@
text
@d6 1
a6 1
SRCS=	if_hme.c if_hme_pci.c opt_bdg.h device_if.h bus_if.h pci_if.h
@

