summaryrefslogtreecommitdiffstats
path: root/sys/modules/lomac/syscall_gate/Makefile
blob: 54c5d083d85f3fdf16e2f0fbcaaa5e0ea826309c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

KMOD=	syscall_gate
SRCS=	syscall_gate.c
NOMAN=	yes
CFLAGS+=	-I${.CURDIR}/../../../security/lomac

EXPORT_SYMS=	syscall_gate_register	\
		syscall_gate_deregister

.PATH:	${.CURDIR}/../../../security/lomac

.include "../Makefile.inc"
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud