]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bsdconfig/Makefile
Merge ACPICA 20130328.
[FreeBSD/FreeBSD.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         password \
12         security \
13         share \
14         startup \
15         timezone \
16         ttys \
17         usermgmt
18
19 FILESDIR=       ${LIBEXECDIR}/bsdconfig
20 FILES=          USAGE
21
22 SCRIPTS= bsdconfig
23
24 MAN= bsdconfig.8
25
26 beforeinstall:
27         mkdir -p ${DESTDIR}${FILESDIR}
28         mkdir -p ${DESTDIR}${SCRIPTSDIR}
29         mkdir -p ${DESTDIR}${MANDIR}8
30
31 .include <bsd.prog.mk>