From 7d8061c0c1ecad8f00af1d781a41eda78577a948 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 8 Nov 2003 00:40:25 +0000 Subject: [PATCH] When lomac-policy.contexts was merged from the TrustedBSD MAC branch, the Makefiles were not committed. --- share/security/Makefile | 7 +++++++ share/security/Makefile.inc | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 share/security/Makefile create mode 100644 share/security/Makefile.inc diff --git a/share/security/Makefile b/share/security/Makefile new file mode 100644 index 000000000000..752315d15068 --- /dev/null +++ b/share/security/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +FILES= lomac-policy.contexts +NOOBJ= noobj +FILESDIR= ${BINDIR}/security + +.include diff --git a/share/security/Makefile.inc b/share/security/Makefile.inc new file mode 100644 index 000000000000..12c94258f6ec --- /dev/null +++ b/share/security/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +BINDIR?= ${SHAREDIR}/security