]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/groff/src/Makefile
MFV r298178:
[FreeBSD/FreeBSD.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>