mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 11:27:18 -04:00
10 lines
129 B
Makefile
10 lines
129 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${SRCTOP}/sys/dev/itwd
|
||
|
|
|
||
|
|
KMOD= itwd
|
||
|
|
SRCS= itwd.c
|
||
|
|
SRCS+= device_if.h bus_if.h isa_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|