]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/hme/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / hme / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/hme
4
5 KMOD=   if_hme
6 SRCS=   bus_if.h device_if.h if_hme.c if_hme_pci.c ${if_hme_sbus} miibus_if.h
7 SRCS+=  ${ofw_bus_if} pci_if.h
8
9 .if ${MACHINE} == "sparc64"
10 if_hme_sbus=    if_hme_sbus.c
11 ofw_bus_if=     ofw_bus_if.h
12 .endif
13
14 .include <bsd.kmod.mk>