summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-11-19 22:36:40 +0000
committergreen <green@FreeBSD.org>2001-11-19 22:36:40 +0000
commitb12386e1232c645ade4f437caff4b4c5fa1f606c (patch)
treeb345f3edace75e3aa9d327e1fb9a9f7cc87fcb2d /sys/modules
parentcc1a390a0364f6b6715dc15c30d16b83d8823719 (diff)
downloadFreeBSD-src-b12386e1232c645ade4f437caff4b4c5fa1f606c.zip
FreeBSD-src-b12386e1232c645ade4f437caff4b4c5fa1f606c.tar.gz
Reference lomac in its new location.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/lomac/Makefile4
-rw-r--r--sys/modules/lomac/plm/Makefile4
-rw-r--r--sys/modules/lomac/syscall_gate/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/modules/lomac/Makefile b/sys/modules/lomac/Makefile
index 892edf2..6d857cd 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 5889c0c..a732c18 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 1540e57..54fa8d6 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>
OpenPOWER on IntegriCloud