1
2.include <src.opts.mk>
3
4SUBDIR=	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"
22SUBDIR+= examples
23.endif
24
25FILESDIR=	${LIBEXECDIR}/bsdconfig
26FILES=		USAGE
27
28SCRIPTS= bsdconfig
29
30MAN= bsdconfig.8
31
32.include <bsd.prog.mk>
33