NetBSD/gnu/usr.bin/groff/tmac/Makefile

27 lines
613 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 1999/02/13 02:54:28 lukem Exp $
.include <bsd.own.mk>
1993-07-15 20:40:48 +04:00
1993-07-17 04:51:03 +04:00
# XXX -- this depends on ../include/defs.h
TMACDIR?= /usr/share/tmac
TMACOWN?= ${FILESOWN}
TMACGRP?= ${FILESGRP}
TMACMODE?= ${FILESMODE}
1993-07-15 20:40:48 +04:00
1996-08-13 11:03:54 +04:00
MAN= groff_ms.7 msafer.7
1993-07-15 20:40:48 +04:00
MLINKS= groff_ms.7 ms.7
.if ${MKSHARE} != "no"
1993-07-15 20:40:48 +04:00
FILES= tmac.pic tmac.ps tmac.psnew tmac.psold tmac.pspic tmac.psatk\
tmac.dvi tmac.tty tmac.tty-char tmac.X tmac.Xps tmac.latin1\
1997-03-25 01:02:40 +03:00
tmac.lj4 tmac.safer tmac.a4 tmac.s tmac.an man.local eqnrc \
troffrc
FILESDIR= ${TMACDIR}
FILESNAME_tmac.an=tmac.an.old
.endif
1993-07-15 20:40:48 +04:00
.include "../Makefile.cfg"
.include <bsd.prog.mk>