1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/modules/txp/Makefile
2001-09-05 23:47:02 +00:00

9 lines
138 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/txp
KMOD= if_txp
SRCS= if_txp.c opt_bdg.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>