xref: /freebsd/usr.sbin/bsdconfig/Makefile (revision 8cfe06ee4415795cc77934fb5c17bdf2c2fd3816)
1.include <src.opts.mk>
2
3PACKAGE=	bsdconfig
4
5SUBDIR=	console \
6	datetime \
7	diskmgmt \
8	docsinstall \
9	dot \
10	include \
11	includes \
12	mouse \
13	networking \
14	packages \
15	password \
16	security \
17	share \
18	startup \
19	timezone \
20	ttys \
21	usermgmt
22
23.if ${MK_EXAMPLES} != "no"
24SUBDIR+= examples
25.endif
26
27FILESDIR=	${LIBEXECDIR}/bsdconfig
28FILES=		USAGE
29
30SCRIPTS= bsdconfig
31
32MAN= bsdconfig.8
33
34.include <bsd.prog.mk>
35