mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
35113f4d80
Submitted by: joerg
11 lines
141 B
Makefile
11 lines
141 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/auxio
|
|
|
|
KMOD= auxio
|
|
|
|
SRCS= auxio.c
|
|
SRCS+= device_if.h bus_if.h ofw_bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|