freebsd-dev/share/security/Makefile
Robert Watson 418ada78f4 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
2003-11-08 17:56:53 +00:00

9 lines
146 B
Makefile

# $FreeBSD$
FILES= lomac-policy.contexts
NOOBJ= noobj
FILESDIR= ${BINDIR}/security
.include "${.CURDIR}/../Makefile.inc"
.include <bsd.prog.mk>