mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 17:49:34 -05:00
8 lines
125 B
Makefile
8 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/asmc
|
|
|
|
KMOD= asmc
|
|
SRCS= asmc.c bus_if.h device_if.h isa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|