mirror of
https://github.com/opnsense/src.git
synced 2026-03-13 06:02:46 -04:00
9 lines
157 B
Makefile
9 lines
157 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/bios
|
|
|
|
KMOD= smapi
|
|
SRCS= smapi_isa.c smapi.c smapi_bios.S \
|
|
bus_if.h device_if.h isa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|