Index: stable/10/gnu/usr.bin/groff/Makefile =================================================================== --- stable/10/gnu/usr.bin/groff/Makefile (revision 276306) +++ stable/10/gnu/usr.bin/groff/Makefile (revision 276307) @@ -1,5 +1,9 @@ # $FreeBSD$ SUBDIR= contrib doc font man src tmac +.for subdir in ${SUBDIR:Nsrc} +SUBDIR_DEPEND_${subdir}= src +.endfor + .include Index: stable/10/gnu/usr.bin/groff/src/Makefile =================================================================== --- stable/10/gnu/usr.bin/groff/src/Makefile (revision 276306) +++ stable/10/gnu/usr.bin/groff/src/Makefile (revision 276307) @@ -1,5 +1,11 @@ # $FreeBSD$ SUBDIR= libs devices preproc roff utils +SUBDIR_PARALLEL= + +.for subdir in ${SUBDIR:Nlibs} +SUBDIR_DEPEND_${subdir}= libs +.endfor + .include Index: stable/10/gnu/usr.bin/groff/src/devices/Makefile =================================================================== --- stable/10/gnu/usr.bin/groff/src/devices/Makefile (revision 276306) +++ stable/10/gnu/usr.bin/groff/src/devices/Makefile (revision 276307) @@ -1,5 +1,7 @@ # $FreeBSD$ SUBDIR= grodvi grohtml grolbp grolj4 grops grotty +SUBDIR_PARALLEL= + .include Index: stable/10/gnu/usr.bin/groff/src/libs/Makefile =================================================================== --- stable/10/gnu/usr.bin/groff/src/libs/Makefile (revision 276306) +++ stable/10/gnu/usr.bin/groff/src/libs/Makefile (revision 276307) @@ -1,5 +1,7 @@ # $FreeBSD$ SUBDIR= libgroff libdriver libbib +SUBDIR_PARALLEL= + .include Index: stable/10/gnu/usr.bin/groff/src/preproc/Makefile =================================================================== --- stable/10/gnu/usr.bin/groff/src/preproc/Makefile (revision 276306) +++ stable/10/gnu/usr.bin/groff/src/preproc/Makefile (revision 276307) @@ -1,5 +1,7 @@ # $FreeBSD$ SUBDIR= eqn grn html pic refer soelim tbl +SUBDIR_PARALLEL= + .include Index: stable/10/gnu/usr.bin/groff/src/roff/Makefile =================================================================== --- stable/10/gnu/usr.bin/groff/src/roff/Makefile (revision 276306) +++ stable/10/gnu/usr.bin/groff/src/roff/Makefile (revision 276307) @@ -1,5 +1,7 @@ # $FreeBSD$ SUBDIR= groff grog nroff psroff troff +SUBDIR_PARALLEL= + .include Index: stable/10/gnu/usr.bin/groff/src/utils/Makefile =================================================================== --- stable/10/gnu/usr.bin/groff/src/utils/Makefile (revision 276306) +++ stable/10/gnu/usr.bin/groff/src/utils/Makefile (revision 276307) @@ -1,5 +1,7 @@ # $FreeBSD$ SUBDIR= addftinfo afmtodit hpftodit indxbib lkbib lookbib pfbtops tfmtodit +SUBDIR_PARALLEL= + .include Index: stable/10 =================================================================== --- stable/10 (revision 276306) +++ stable/10 (revision 276307) Property changes on: stable/10 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r275866