mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
9 lines
153 B
Makefile
9 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
KMOD = if_rl
|
|
SRCS = if_rl.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
SRCS += miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|