]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - gnu/usr.bin/groff/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 .include <bsd.subdir.mk>