Remove OLDBRIDGE
[dragonfly.git] / sys / dev / netif / tx / Makefile
1 # $FreeBSD: src/sys/modules/tx/Makefile,v 1.4.2.4 2002/10/29 01:43:50 semenu Exp $
2 # $DragonFly: src/sys/dev/netif/tx/Makefile,v 1.4 2006/06/25 11:02:39 corecode Exp $
3
4 KMOD    = if_tx
5 SRCS    = if_tx.c device_if.h bus_if.h pci_if.h
6 SRCS    += miibus_if.h
7
8 .include <bsd.kmod.mk>