mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
9 lines
129 B
Makefile
9 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>
|