]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/esp/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / esp / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/esp
4
5 KMOD=   esp
6 SRCS=   device_if.h esp_pci.c ${esp_sbus} bus_if.h ncr53c9x.c ${ofw_bus_if}
7 SRCS+=  opt_cam.h pci_if.h
8
9 .if ${MACHINE} == "sparc64"
10 ofw_bus_if=     ofw_bus_if.h
11 esp_sbus=       esp_sbus.c
12 .endif
13
14 .include <bsd.kmod.mk>