mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01: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>
|