Index: stable/11/usr.sbin/bsdconfig/Makefile =================================================================== --- stable/11/usr.sbin/bsdconfig/Makefile (revision 335487) +++ stable/11/usr.sbin/bsdconfig/Makefile (revision 335488) @@ -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 Index: stable/11 =================================================================== --- stable/11 (revision 335487) +++ stable/11 (revision 335488) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r335306