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