1# $FreeBSD: src/sys/modules/txp/Makefile,v 1.2.2.2 2001/12/04 20:01:54 brooks Exp $ 2# $DragonFly: src/sys/dev/netif/txp/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ 3 4.PATH: ${.CURDIR}/../../dev/txp 5 6KMOD= if_txp 7SRCS= if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h 8 9.include <bsd.kmod.mk> 10