1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1999-07-23 05:48:01 +00:00
|
|
|
|
1999-11-28 18:53:47 +00:00
|
|
|
.PATH: ${.CURDIR}/../../pci
|
1999-09-20 06:11:48 +00:00
|
|
|
KMOD = if_tl
|
1999-09-27 01:04:44 +00:00
|
|
|
SRCS = if_tl.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
1999-08-27 19:45:19 +00:00
|
|
|
SRCS += miibus_if.h
|
1999-07-23 05:48:01 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|