mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
11 lines
187 B
Makefile
11 lines
187 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/130.security/include
|
|
FILES= messages.subr securelevel.hlp
|
|
|
|
beforeinstall:
|
|
mkdir -p ${DESTDIR}${FILESDIR}
|
|
|
|
.include <bsd.prog.mk>
|