From e6cd16ae5112a910359e62ea44cc8b4746b633dd Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 8 Nov 2003 17:56:53 +0000 Subject: 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 (limited to 'share/security') 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 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 -- cgit v1.1