2001-11-19 05:09:14 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
KMOD= syscall_gate
|
|
|
|
SRCS= syscall_gate.c
|
2001-11-19 22:36:40 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../../security/lomac
|
2001-11-19 05:09:14 +00:00
|
|
|
|
2002-01-11 01:16:00 +00:00
|
|
|
EXPORT_SYMS= syscall_gate_register \
|
|
|
|
syscall_gate_deregister
|
|
|
|
|
2001-11-19 22:36:40 +00:00
|
|
|
.PATH: ${.CURDIR}/../../../security/lomac
|
2001-11-19 05:09:14 +00:00
|
|
|
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.include <bsd.kmod.mk>
|