]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bsdconfig/Makefile
Merge libcxxrt master 03c83f5a57be8c5b1a29a68de5638744f17d28ba
[FreeBSD/FreeBSD.git] / usr.sbin / bsdconfig / Makefile
1
2 .include <src.opts.mk>
3
4 SUBDIR= console \
5         diskmgmt \
6         docsinstall \
7         dot \
8         include \
9         includes \
10         mouse \
11         networking \
12         packages \
13         password \
14         security \
15         share \
16         startup \
17         timezone \
18         ttys \
19         usermgmt
20
21 .if ${MK_EXAMPLES} != "no"
22 SUBDIR+= examples
23 .endif
24
25 FILESDIR=       ${LIBEXECDIR}/bsdconfig
26 FILES=          USAGE
27
28 SCRIPTS= bsdconfig
29
30 MAN= bsdconfig.8
31
32 .include <bsd.prog.mk>