mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
11 lines
192 B
Makefile
11 lines
192 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/io
|
||
|
|
.PATH: ${.CURDIR}/../../${MACHINE_ARCH}/${MACHINE_ARCH}
|
||
|
|
|
||
|
|
KMOD= io
|
||
|
|
SRCS= iodev.c io.c
|
||
|
|
SRCS+= bus_if.h device_if.h vnode_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|