mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
7f3f3253ff
being reconstructed.
8 lines
132 B
Makefile
8 lines
132 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/twe
|
|
KMOD= twe
|
|
SRCS= bus_if.h device_if.h pci_if.h twe.c twe_disk.c
|
|
|
|
.include <bsd.kmod.mk>
|