diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2003-11-08 00:40:25 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2003-11-08 00:40:25 +0000 |
commit | 7d8061c0c1ecad8f00af1d781a41eda78577a948 (patch) | |
tree | 463713701dd83b97bd1ad158df664e217a534584 | |
parent | 27a940c9a29a5a1ef76b289d32124d6b8d663fc3 (diff) | |
download | src-test2-7d8061c0c1ecad8f00af1d781a41eda78577a948.tar.gz src-test2-7d8061c0c1ecad8f00af1d781a41eda78577a948.zip |
Notes
-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 000000000000..752315d15068 --- /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 000000000000..12c94258f6ec --- /dev/null +++ b/share/security/Makefile.inc @@ -0,0 +1,3 @@ +# $FreeBSD$ + +BINDIR?= ${SHAREDIR}/security |