mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
8 lines
185 B
Makefile
8 lines
185 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/viapm
|
|
KMOD = viapm
|
|
SRCS = device_if.h bus_if.h iicbb_if.h isa_if.h pci_if.h smbus_if.h \
|
|
opt_isa.h viapm.c
|
|
|
|
.include <bsd.kmod.mk>
|