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
This commit is contained in:
Robert Watson 2003-11-08 17:56:53 +00:00
parent b573fedaf3
commit 418ada78f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122318
2 changed files with 1 additions and 3 deletions

View File

@ -4,4 +4,5 @@ FILES= lomac-policy.contexts
NOOBJ= noobj
FILESDIR= ${BINDIR}/security
.include "${.CURDIR}/../Makefile.inc"
.include <bsd.prog.mk>

View File

@ -1,3 +0,0 @@
# $FreeBSD$
BINDIR?= ${SHAREDIR}/security