1999-08-31 10:45:51 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2001-01-06 09:00:42 -05:00
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
|
|
|
|
|
|
|
|
KMOD= if_rl
|
|
|
|
|
SRCS= if_rl.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
|
|
|
SRCS+= miibus_if.h
|
1999-08-31 10:45:51 -04:00
|
|
|
|
2000-05-26 21:14:33 -04:00
|
|
|
.include <bsd.kmod.mk>
|