mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
14 lines
262 B
Makefile
14 lines
262 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/esp
|
|
|
|
KMOD= esp
|
|
SRCS= device_if.h esp_pci.c ${esp_sbus} bus_if.h ncr53c9x.c ${ofw_bus_if}
|
|
SRCS+= opt_cam.h pci_if.h
|
|
|
|
.if ${MACHINE} == "sparc64"
|
|
ofw_bus_if= ofw_bus_if.h
|
|
esp_sbus= esp_sbus.c
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|