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