mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
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
8 lines
146 B
Makefile
8 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= lomac-policy.contexts
|
|
NOOBJ= noobj
|
|
FILESDIR= ${BINDIR}/security
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
.include <bsd.prog.mk>
|