mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
7 lines
122 B
Makefile
7 lines
122 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/viawd
|
|
|
|
KMOD= viawd
|
|
SRCS= viawd.c device_if.h bus_if.h pci_if.h isa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|