]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/el/Makefile
This commit was generated by cvs2svn to compensate for changes in r90075,
[FreeBSD/FreeBSD.git] / sys / modules / el / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../i386/isa
4
5 KMOD=   if_el
6 SRCS=   if_el.c
7 SRCS+=  opt_bdg.h opt_inet.h opt_ipx.h device_if.h bus_if.h isa_if.h
8
9 .include <bsd.kmod.mk>