mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 15:48:26 -04:00
13 lines
257 B
Makefile
13 lines
257 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= syscall_gate
|
|
SRCS= syscall_gate.c
|
|
CFLAGS+= -I${.CURDIR}/../../../security/lomac
|
|
|
|
EXPORT_SYMS= syscall_gate_register \
|
|
syscall_gate_deregister
|
|
|
|
.PATH: ${.CURDIR}/../../../security/lomac
|
|
|
|
.include "../Makefile.inc"
|
|
.include <bsd.kmod.mk>
|