diff options
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/lomac/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/lomac/plm/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/lomac/syscall_gate/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/modules/lomac/Makefile b/sys/modules/lomac/Makefile index 892edf21ba1a..6d857cdd5eb0 100644 --- a/sys/modules/lomac/Makefile +++ b/sys/modules/lomac/Makefile @@ -8,7 +8,7 @@ SRCS= vnode_if.h kernel_lkm.c kernel_interface.c kernel_util.c \ NOMAN= yes SUBDIR+= syscall_gate SUBDIR+= plm -CFLAGS+= -I${.CURDIR}/../../contrib/lomac +CFLAGS+= -I${.CURDIR}/../../security/lomac CFLAGS+= -DUSES_LOCKMGR # necessary until VM uses sx locks #CFLAGS+= -DP_CAN_HOOKS # There are no hooks for p_can*() ops in the # kernel yet. Until then, all subject-subject @@ -23,7 +23,7 @@ CFLAGS+= -DUSES_LOCKMGR # necessary until VM uses sx locks #CFLAGS+= -DLOMAC_DEBUG_PIPE # relatively cheap #CFLAGS+= -DLOMAC_DEBUG_RECWD # only happens once -.PATH: ${.CURDIR}/../../contrib/lomac +.PATH: ${.CURDIR}/../../security/lomac load-all: all @cd ${.CURDIR}/syscall_gate; ${MAKE} load diff --git a/sys/modules/lomac/plm/Makefile b/sys/modules/lomac/plm/Makefile index 5889c0c497c6..a732c183ebd6 100644 --- a/sys/modules/lomac/plm/Makefile +++ b/sys/modules/lomac/plm/Makefile @@ -3,9 +3,9 @@ KMOD= lomac_plm SRCS= vnode_if.h kernel_plm.c NOMAN= yes -CFLAGS+= -I${.CURDIR}/../../../contrib/lomac +CFLAGS+= -I${.CURDIR}/../../../security/lomac -.PATH: ${.CURDIR}/../../../contrib/lomac +.PATH: ${.CURDIR}/../../../security/lomac .include "../Makefile.inc" .include <bsd.kmod.mk> diff --git a/sys/modules/lomac/syscall_gate/Makefile b/sys/modules/lomac/syscall_gate/Makefile index 1540e572fea8..54fa8d698f36 100644 --- a/sys/modules/lomac/syscall_gate/Makefile +++ b/sys/modules/lomac/syscall_gate/Makefile @@ -3,9 +3,9 @@ KMOD= syscall_gate SRCS= syscall_gate.c NOMAN= yes -CFLAGS+= -I${.CURDIR}/../../../contrib/lomac +CFLAGS+= -I${.CURDIR}/../../../security/lomac -.PATH: ${.CURDIR}/../../../contrib/lomac +.PATH: ${.CURDIR}/../../../security/lomac .include "../Makefile.inc" .include <bsd.kmod.mk> |
