Makefile revision 83124
1# $FreeBSD: head/sys/modules/txp/Makefile 83124 2001-09-05 23:47:02Z brooks $
2
3.PATH: ${.CURDIR}/../../dev/txp
4
5KMOD=	if_txp
6SRCS=	if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h
7
8.include <bsd.kmod.mk>
9