mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
7 lines
143 B
Makefile
7 lines
143 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/alpm
|
|
KMOD = alpm
|
|
SRCS = device_if.h bus_if.h iicbus_if.h smbus_if.h pci_if.h \
|
|
alpm.c
|
|
|
|
.include <bsd.kmod.mk>
|