mirror of
https://github.com/opnsense/src.git
synced 2026-05-17 11:39:21 -04: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>
|