freebsd-dev/sys/modules/lomac/syscall_gate/Makefile
2001-11-19 22:36:40 +00:00

12 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>