]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/bsdconfig/security/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / bsdconfig / security / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 SUBDIR= include
6
7 FILESDIR=       ${LIBEXECDIR}/bsdconfig/130.security
8 FILES=          INDEX USAGE
9
10 SCRIPTSDIR=     ${FILESDIR}
11 SCRIPTS=        kern_securelevel security
12
13 beforeinstall:
14         mkdir -p ${DESTDIR}${FILESDIR}
15
16 .include <bsd.prog.mk>