Index: head/usr.sbin/bsdconfig/Makefile =================================================================== --- head/usr.sbin/bsdconfig/Makefile (revision 335305) +++ head/usr.sbin/bsdconfig/Makefile (revision 335306) @@ -1,28 +1,33 @@ # $FreeBSD$ +.include + SUBDIR= console \ diskmgmt \ docsinstall \ dot \ - examples \ include \ includes \ mouse \ networking \ packages \ password \ security \ share \ startup \ timezone \ ttys \ usermgmt + +.if ${MK_EXAMPLES} != "no" +SUBDIR+= examples +.endif FILESDIR= ${LIBEXECDIR}/bsdconfig FILES= USAGE SCRIPTS= bsdconfig MAN= bsdconfig.8 .include