1# $FreeBSD$
2#
3
4.PATH:  ${.CURDIR}/../../../x86/bios
5
6KMOD=	vpd
7SRCS=	vpd.c \
8	bus_if.h device_if.h
9
10.include <bsd.kmod.mk>
11