mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
10 lines
165 B
Makefile
10 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/isa
|
|
|
|
KMOD= if_el
|
|
SRCS= if_el.c
|
|
SRCS+= opt_bdg.h opt_inet.h opt_ipx.h device_if.h bus_if.h isa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|