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