]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/ie/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / ie / Makefile
1 # $FreeBSD$
2 #
3
4 .PATH:  ${.CURDIR}/../../dev/ie
5
6 KMOD=   if_ie
7 SRCS=   if_ie.c if_ie_isa.c \
8         isa_if.h bus_if.h device_if.h
9 WERROR=
10
11 .include <bsd.kmod.mk>