diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-11-08 00:40:25 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-11-08 00:40:25 +0000 |
commit | dfe2864ae7ccf71ef2791589e3cdaf8d2d735310 (patch) | |
tree | 463713701dd83b97bd1ad158df664e217a534584 | |
parent | 75598276f589bb001148ba664577b036a394f124 (diff) | |
download | FreeBSD-src-dfe2864ae7ccf71ef2791589e3cdaf8d2d735310.zip FreeBSD-src-dfe2864ae7ccf71ef2791589e3cdaf8d2d735310.tar.gz |
When lomac-policy.contexts was merged from the TrustedBSD MAC branch,
the Makefiles were not committed.
-rw-r--r-- | share/security/Makefile | 7 | ||||
-rw-r--r-- | share/security/Makefile.inc | 3 |
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 |