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