summaryrefslogtreecommitdiffstats
path: root/share/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-11-08 17:56:53 +0000
committerrwatson <rwatson@FreeBSD.org>2003-11-08 17:56:53 +0000
commite6cd16ae5112a910359e62ea44cc8b4746b633dd (patch)
tree9385b61cd8625013d8b02551a58f6d5dc95ae664 /share/security
parent6ce9fa6b6419220ce71d13c1237998f451cdc45c (diff)
downloadFreeBSD-src-e6cd16ae5112a910359e62ea44cc8b4746b633dd.zip
FreeBSD-src-e6cd16ae5112a910359e62ea44cc8b4746b633dd.tar.gz
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
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 752315d..0484e0d 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 12c9425..0000000
--- a/share/security/Makefile.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-# $FreeBSD$
-
-BINDIR?= ${SHAREDIR}/security
OpenPOWER on IntegriCloud