mirror of
https://github.com/opnsense/src.git
synced 2026-04-11 04:16:42 -04:00
9 lines
105 B
Makefile
9 lines
105 B
Makefile
#
|
|
|
|
.PATH: ${SRCTOP}/sys/x86/bios
|
|
|
|
KMOD= vpd
|
|
SRCS= vpd.c \
|
|
bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|