aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/tx/Makefile
blob: eb283317a6ebc1351f3c5fd9fdded44de303ad65 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD: src/sys/modules/tx/Makefile,v 1.10.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $

.PATH: ${.CURDIR}/../../dev/tx

KMOD=	if_tx
SRCS=	if_tx.c device_if.h bus_if.h pci_if.h
SRCS+=	miibus_if.h miidevs.h

.include <bsd.kmod.mk>