1999-08-31 14:45:51 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00: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 14:45:51 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|