mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
b573fedaf3
commit
418ada78f4
2 changed files with 1 additions and 3 deletions
|
|
@ -4,4 +4,5 @@ FILES= lomac-policy.contexts
|
|||
NOOBJ= noobj
|
||||
FILESDIR= ${BINDIR}/security
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
BINDIR?= ${SHAREDIR}/security
|
||||
Loading…
Reference in a new issue