mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
11 lines
204 B
Makefile
11 lines
204 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= syscall_gate
|
|
SRCS= syscall_gate.c
|
|
NOMAN= yes
|
|
CFLAGS+= -I${.CURDIR}/../../../security/lomac
|
|
|
|
.PATH: ${.CURDIR}/../../../security/lomac
|
|
|
|
.include "../Makefile.inc"
|
|
.include <bsd.kmod.mk>
|