freebsd-dev/sys/modules/lomac/syscall_gate/Makefile

12 lines
204 B
Makefile
Raw Normal View History

# $FreeBSD$
KMOD= syscall_gate
SRCS= syscall_gate.c
NOMAN= yes
2001-11-19 22:36:40 +00:00
CFLAGS+= -I${.CURDIR}/../../../security/lomac
2001-11-19 22:36:40 +00:00
.PATH: ${.CURDIR}/../../../security/lomac
.include "../Makefile.inc"
.include <bsd.kmod.mk>