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