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