mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
10 lines
169 B
Makefile
10 lines
169 B
Makefile
|
|
SUBDIR= include
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/130.security
|
|
FILES= INDEX USAGE
|
|
|
|
SCRIPTSDIR= ${FILESDIR}
|
|
SCRIPTS= kern_securelevel security
|
|
|
|
.include <bsd.prog.mk>
|