1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1999-08-10 21:09:12 +00:00
|
|
|
|
1999-11-28 18:53:47 +00:00
|
|
|
.PATH: ${.CURDIR}/../../pci
|
1999-09-20 06:11:48 +00:00
|
|
|
KMOD = if_wb
|
1999-09-27 01:04:44 +00:00
|
|
|
SRCS = if_wb.c opt_bdg.h device_if.h
|
1999-08-30 23:08:32 +00:00
|
|
|
SRCS += bus_if.h miibus_if.h pci_if.h
|
1999-08-10 21:09:12 +00:00
|
|
|
|
2000-05-04 12:08:52 +00:00
|
|
|
.include "${.CURDIR}/../../conf/kmod.mk"
|