From 418ada78f4e631ed03b3da979cc844d88a61b273 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 8 Nov 2003 17:56:53 +0000 Subject: [PATCH] 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 --- share/security/Makefile | 1 + share/security/Makefile.inc | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 share/security/Makefile.inc diff --git a/share/security/Makefile b/share/security/Makefile index 752315d15068..0484e0dedf0e 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 diff --git a/share/security/Makefile.inc b/share/security/Makefile.inc deleted file mode 100644 index 12c94258f6ec..000000000000 --- a/share/security/Makefile.inc +++ /dev/null @@ -1,3 +0,0 @@ -# $FreeBSD$ - -BINDIR?= ${SHAREDIR}/security