07af4a8e64
modules. Note that in the case of 'mii' the API is not clearly defined, and the symbols exported represent a subset defined by current usage.
15 lines
268 B
Makefile
15 lines
268 B
Makefile
# $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>
|