1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00
freebsd/sys/modules/tx/Makefile

10 lines
151 B
Makefile
Raw Normal View History

# $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
.include <bsd.kmod.mk>