aboutsummaryrefslogblamecommitdiff
path: root/sys/modules/hme/Makefile
blob: ab7fd5be64ee1838b3bdabe1c56c2c9b2342d563 (plain) (tree)
1
2
3
4
5
6
7
8
9

           
                            

              

                                                              

                      
# $FreeBSD$

.PATH: ${SRCTOP}/sys/dev/hme

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

.include <bsd.kmod.mk>