mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
11 lines
197 B
Makefile
11 lines
197 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
|
|
KMODDEPS = miibus
|
|
|
|
CFLAGS += ${DEBUG_FLAGS}
|
|
|
|
.include <bsd.kmod.mk>
|