2b375b4edd
I thank all developers and contributors for pc98. Relnotes: yes
11 lines
183 B
Makefile
11 lines
183 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/fe
|
|
|
|
KMOD= if_fe
|
|
SRCS= if_fe.c if_fe_isa.c if_fe_pccard.c
|
|
|
|
SRCS+= bus_if.h card_if.h device_if.h isa_if.h pccarddevs.h
|
|
|
|
.include <bsd.kmod.mk>
|