summaryrefslogtreecommitdiff
path: root/share/security
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-11-08 17:56:53 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-11-08 17:56:53 +0000
commit418ada78f4e631ed03b3da979cc844d88a61b273 (patch)
tree9385b61cd8625013d8b02551a58f6d5dc95ae664 /share/security
parentb573fedaf31feed9aef57c21c442746676eec527 (diff)
downloadsrc-test-418ada78f4e631ed03b3da979cc844d88a61b273.tar.gz
src-test-418ada78f4e631ed03b3da979cc844d88a61b273.zip
Makefile.inc wasn't needed; this is a left-over of other files present
in share/security in the trustedbsd_sebsd branch that are not present in the main tree. Also, .include Makefile.inc from the parent directory so that BINDIR is set right. Pointed out by: bde
Notes
Notes: svn path=/head/; revision=122318
Diffstat (limited to 'share/security')
-rw-r--r--share/security/Makefile1
-rw-r--r--share/security/Makefile.inc3
2 files changed, 1 insertions, 3 deletions
diff --git a/share/security/Makefile b/share/security/Makefile
index 752315d150680..0484e0dedf0ec 100644
--- a/share/security/Makefile
+++ b/share/security/Makefile
@@ -4,4 +4,5 @@ FILES= lomac-policy.contexts
NOOBJ= noobj
FILESDIR= ${BINDIR}/security
+.include "${.CURDIR}/../Makefile.inc"
.include <bsd.prog.mk>
diff --git a/share/security/Makefile.inc b/share/security/Makefile.inc
deleted file mode 100644
index 12c94258f6ec0..0000000000000
--- a/share/security/Makefile.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-# $FreeBSD$
-
-BINDIR?= ${SHAREDIR}/security