xref: /NextBSD/usr.sbin/bsdconfig/Makefile (revision 4bf303e5af1834cdd3092175eeca7676420229c4)
1# $FreeBSD$
2
3SUBDIR=	console \
4	diskmgmt \
5	docsinstall \
6	dot \
7	examples \
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
21FILESDIR=	${LIBEXECDIR}/bsdconfig
22FILES=		USAGE
23
24SCRIPTS= bsdconfig
25
26MAN= bsdconfig.8
27
28.include <bsd.prog.mk>
29