mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
#
|
|
|
|
.PATH: ${SRCTOP}/sys/i386/bios
|
|
|
|
KMOD= smapi
|
|
SRCS= smapi.c smapi_bios.S \
|
|
bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|