Makefile revision 291792
1# $FreeBSD: stable/10/gnu/usr.bin/groff/Makefile 291792 2015-12-04 18:14:31Z bdrewery $
2
3SUBDIR=		contrib doc font man src tmac
4
5.for subdir in ${SUBDIR:Nsrc}
6SUBDIR_DEPEND_${subdir}=	src
7.endfor
8
9SUBDIR_PARALLEL=
10
11.include <bsd.subdir.mk>
12