14 lines
421 B
Makefile
14 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/01/26 15:11:56 wiz Exp $
|
|
|
|
# $FreeBSD: src/gnu/usr.bin/groff/contrib/Makefile,v 1.1 2001/04/17 12:36:32 ru Exp $
|
|
|
|
# do not descend into X because it Y:
|
|
# eqn2graph depends on convert(1)
|
|
# grap2graph depends on convert(1)
|
|
# groffer depends on lots of other non-base programs
|
|
# pdfmark depends on ghostscript
|
|
# pic2graph depends on convert(1)
|
|
SUBDIR= gdiffmk mm mom
|
|
|
|
.include <bsd.subdir.mk>
|