blob: a6c1491132395a340677a7108b52165a9abd2b58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $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>
|