mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 18:35:22 -04:00
11 lines
130 B
Makefile
11 lines
130 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../i386/bios
|
||
|
|
|
||
|
|
KMOD= smbios
|
||
|
|
SRCS= smbios.c \
|
||
|
|
bus_if.h device_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|