]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/modules/bios/smapi/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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>