summaryrefslogtreecommitdiff
path: root/share/security
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-11-08 00:40:25 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-11-08 00:40:25 +0000
commit7d8061c0c1ecad8f00af1d781a41eda78577a948 (patch)
tree463713701dd83b97bd1ad158df664e217a534584 /share/security
parent27a940c9a29a5a1ef76b289d32124d6b8d663fc3 (diff)
downloadsrc-test-7d8061c0c1ecad8f00af1d781a41eda78577a948.tar.gz
src-test-7d8061c0c1ecad8f00af1d781a41eda78577a948.zip
When lomac-policy.contexts was merged from the TrustedBSD MAC branch,
the Makefiles were not committed.
Notes
Notes: svn path=/head/; revision=122272
Diffstat (limited to 'share/security')
-rw-r--r--share/security/Makefile7
-rw-r--r--share/security/Makefile.inc3
2 files changed, 10 insertions, 0 deletions
diff --git a/share/security/Makefile b/share/security/Makefile
new file mode 100644
index 0000000000000..752315d150680
--- /dev/null
+++ b/share/security/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+FILES= lomac-policy.contexts
+NOOBJ= noobj
+FILESDIR= ${BINDIR}/security
+
+.include <bsd.prog.mk>
diff --git a/share/security/Makefile.inc b/share/security/Makefile.inc
new file mode 100644
index 0000000000000..12c94258f6ec0
--- /dev/null
+++ b/share/security/Makefile.inc
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+BINDIR?= ${SHAREDIR}/security