Add the 'twe' driver module makefile.

This commit is contained in:
Mike Smith 2000-05-24 23:41:26 +00:00
parent 2597312222
commit d3632ec4c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60895

7
sys/modules/twe/Makefile Normal file
View File

@ -0,0 +1,7 @@
# $FreeBSD$
KMOD = twe
SRCS = twe.c twe_disk.c device_if.h bus_if.h pci_if.h
.PATH: ${.CURDIR}/../../dev/twe
.include <bsd.kmod.mk>