mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
7 lines
132 B
Makefile
7 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>
|