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