freebsd-dev/gnu/usr.bin/groff/Makefile
Baptiste Daroussin 2d2813618c Remove GNU texinfo from base along with all info pages.
To be able to info pages consider installing texinfo from ports print/texinfo or
via pkg: pkg install texinfo

Differential Revision:	https://reviews.freebsd.org/D1409
Reviewed by:	emaste, imp (previous version)
Relnotes:	yes
2015-01-02 18:45:03 +00:00

10 lines
142 B
Makefile

# $FreeBSD$
SUBDIR= contrib font man src tmac
.for subdir in ${SUBDIR:Nsrc}
SUBDIR_DEPEND_${subdir}= src
.endfor
.include <bsd.subdir.mk>