Premier version of Makefile to build tx driver as KLD

This commit is contained in:
Semen Ustimenko 2000-04-11 18:40:30 +00:00
parent 5f045e1e09
commit b3f8014465
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59155

9
sys/modules/tx/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../pci
KMOD = if_tx
SRCS = if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>