]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - gnu/usr.bin/groff/src/Makefile
MFC r275866:
[FreeBSD/stable/10.git] / gnu / usr.bin / groff / src / Makefile
1 # $FreeBSD$
2
3 SUBDIR=         libs devices preproc roff utils
4
5 SUBDIR_PARALLEL=
6
7 .for subdir in ${SUBDIR:Nlibs}
8 SUBDIR_DEPEND_${subdir}=        libs
9 .endfor
10
11 .include <bsd.subdir.mk>