summaryrefslogtreecommitdiffstats
path: root/share/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-11-08 00:40:25 +0000
committerrwatson <rwatson@FreeBSD.org>2003-11-08 00:40:25 +0000
commitdfe2864ae7ccf71ef2791589e3cdaf8d2d735310 (patch)
tree463713701dd83b97bd1ad158df664e217a534584 /share/security
parent75598276f589bb001148ba664577b036a394f124 (diff)
downloadFreeBSD-src-dfe2864ae7ccf71ef2791589e3cdaf8d2d735310.zip
FreeBSD-src-dfe2864ae7ccf71ef2791589e3cdaf8d2d735310.tar.gz
When lomac-policy.contexts was merged from the TrustedBSD MAC branch,
the Makefiles were not committed.
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 0000000..752315d
--- /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 0000000..12c9425
--- /dev/null
+++ b/share/security/Makefile.inc
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+BINDIR?= ${SHAREDIR}/security
OpenPOWER on IntegriCloud