mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
8 lines
164 B
Makefile
8 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../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>
|