mirror of
https://github.com/opnsense/src.git
synced 2026-03-04 22:32:37 -05:00
9 lines
108 B
Makefile
9 lines
108 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/lindev
|
||
|
|
|
||
|
|
KMOD= lindev
|
||
|
|
SRCS= full.c lindev.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|