Add an hme(4) module.

PR:		46871
Submitted by:	Hartmut Brandt <brandt@fokus.gmd.de>
This commit is contained in:
David E. O'Brien 2003-01-09 16:29:03 +00:00
parent be0800e85e
commit 1c65ef9352
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109017

9
sys/modules/hme/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $FreeBSD$
.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>