]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/bios/smapi/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / bios / smapi / Makefile
1 # $FreeBSD$
2 #
3
4 .PATH:  ${.CURDIR}/../../../i386/bios
5
6 KMOD=   smapi
7 SRCS=   smapi.c smapi_bios.S \
8         bus_if.h device_if.h
9 WERROR=
10
11 .include <bsd.kmod.mk>