blob: 4e055b109f8ee1a83bc73405c6827b9270137830 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# $FreeBSD: src/sys/modules/txp/Makefile,v 1.4 2005/09/27 18:10:39 mlaier Exp $
.PATH: ${.CURDIR}/../../dev/txp
KMOD= if_txp
SRCS= if_txp.c device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>
|