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