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