xref: /freebsd-11-stable/gnu/usr.bin/groff/src/Makefile (revision 98e0ffaefb0f241cda3a72395d3be04192ae0d47)
1# $FreeBSD$
2
3SUBDIR=		libs devices preproc roff utils
4
5SUBDIR_PARALLEL=
6
7.for subdir in ${SUBDIR:Nlibs}
8SUBDIR_DEPEND_${subdir}=	libs
9.endfor
10
11.include <bsd.subdir.mk>
12