mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
11 lines
141 B
Makefile
11 lines
141 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/ksyms
|
||
|
|
|
||
|
|
KMOD= ksyms
|
||
|
|
SRCS= ksyms.c linker_if.h
|
||
|
|
|
||
|
|
MFILES= kern/linker_if.m
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|