2005-04-18 18:47:38 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ral
|
|
|
|
|
|
|
|
KMOD = if_ral
|
|
|
|
SRCS = if_ral.c if_ralrate.c if_ral_pccard.c if_ral_pci.c \
|
2005-09-27 18:10:43 +00:00
|
|
|
device_if.h bus_if.h pci_if.h card_if.h pccarddevs.h
|
2005-04-18 18:47:38 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|