mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
9 lines
136 B
Makefile
9 lines
136 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/bios
|
|
|
|
KMOD= smapi
|
|
SRCS= smapi.c smapi_bios.S \
|
|
bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|