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 22FILESDIR= ${LIBEXECDIR}/bsdconfig 23FILES= USAGE 24 25SCRIPTS= bsdconfig 26 27MAN= bsdconfig.8 28 29.if ${MK_EXAMPLES} != "no" 30SUBDIR+= examples 31.endif 32 33.include <bsd.prog.mk> 34