]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsdconfig/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsdconfig / Makefile
1 # $FreeBSD$
2
3 SUBDIR= console \
4         diskmgmt \
5         docsinstall \
6         dot \
7         examples \
8         include \
9         mouse \
10         networking \
11         packages \
12         password \
13         security \
14         share \
15         startup \
16         timezone \
17         ttys \
18         usermgmt
19
20 FILESDIR=       ${LIBEXECDIR}/bsdconfig
21 FILES=          USAGE
22
23 SCRIPTS= bsdconfig
24
25 MAN= bsdconfig.8
26
27 beforeinstall:
28         mkdir -p ${DESTDIR}${FILESDIR}
29         mkdir -p ${DESTDIR}${SCRIPTSDIR}
30         mkdir -p ${DESTDIR}${MANDIR}8
31
32 .include <bsd.prog.mk>