]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - gnu/usr.bin/groff/Makefile
MFC r289393:
[FreeBSD/stable/10.git] / gnu / usr.bin / groff / Makefile
1 # $FreeBSD$
2
3 SUBDIR=         contrib doc font man src tmac
4
5 .for subdir in ${SUBDIR:Nsrc}
6 SUBDIR_DEPEND_${subdir}=        src
7 .endfor
8
9 SUBDIR_PARALLEL=
10
11 .include <bsd.subdir.mk>