Index: sbin/Makefile =================================================================== --- sbin/Makefile +++ sbin/Makefile @@ -90,14 +90,14 @@ SUBDIR.${MK_TESTS}+= tests +.include + +SUBDIR_PARALLEL= + # Add architecture-specific manpages # to be included anyway MAN= sconfig/sconfig.8 .include -.include - -SUBDIR_PARALLEL= - .include Index: usr.sbin/Makefile =================================================================== --- usr.sbin/Makefile +++ usr.sbin/Makefile @@ -213,6 +213,8 @@ .include +SUBDIR_PARALLEL= + # Add architecture-specific manpages # to be included anyway MAN= apmd/apmd.8 \ @@ -220,6 +222,4 @@ .include -SUBDIR_PARALLEL= - .include