]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/bios/vpd/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / bios / vpd / Makefile
1 # $FreeBSD$
2 #
3
4 .PATH:  ${.CURDIR}/../../../i386/bios
5
6 KMOD=   vpd
7 SRCS=   vpd.c \
8         bus_if.h device_if.h
9
10 .include <bsd.kmod.mk>