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

27 lines
603 B
Makefile
Raw Normal View History

1997-03-25 01:02:40 +03:00
# $NetBSD: Makefile,v 1.8 1997/03/24 22:06:33 christos Exp $
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
1993-07-15 20:40:48 +04:00
TMACOWN?= bin
TMACGRP?= bin
TMACMODE?= 444
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
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
FILESOWN= ${TMACOWN}
FILESGRP= ${TMACGRP}
FILESMODE= ${TMACMODE}
FILESDIR= ${TMACDIR}
FILESNAME_tmac.an=tmac.an.old
1993-07-15 20:40:48 +04:00
.include "../Makefile.cfg"
.include <bsd.prog.mk>