]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/ie/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>