1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/ral 4 5KMOD = if_ral 6SRCS = if_ral.c if_ralrate.c if_ral_pccard.c if_ral_pci.c \ 7 opt_bdg.h device_if.h bus_if.h pci_if.h card_if.h pccarddevs.h 8 9.include <bsd.kmod.mk> 10
1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/ral 4 5KMOD = if_ral 6SRCS = if_ral.c if_ralrate.c if_ral_pccard.c if_ral_pci.c \ 7 opt_bdg.h device_if.h bus_if.h pci_if.h card_if.h pccarddevs.h 8 9.include <bsd.kmod.mk> 10