mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
10 lines
171 B
Makefile
10 lines
171 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../pci
|
||
|
KMOD = if_tx
|
||
|
SRCS = if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
||
|
SRCS += miibus_if.h
|
||
|
KMODDEPS = miibus
|
||
|
|
||
|
.include <bsd.kmod.mk>
|