Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / dev / netif / txp / Makefile
1 # $FreeBSD: src/sys/modules/txp/Makefile,v 1.2.2.2 2001/12/04 20:01:54 brooks Exp $
2
3 .PATH: ${.CURDIR}/../../dev/txp
4
5 KMOD=   if_txp
6 SRCS=   if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h
7
8 .include <bsd.kmod.mk>