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

29 lines
782 B
Makefile
Raw Normal View History

1994-12-22 12:44:45 +03:00
# $Id: Makefile,v 1.5 1994/12/22 09:45:20 cgd 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
1994-12-22 12:44:45 +03:00
MAN= groff_ms.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\
man.local eqnrc troffrc
afterinstall:
for f in ${FILES}; do \
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${.CURDIR}/$$f ${DESTDIR}${TMACDIR}; \
done
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
1993-07-17 04:51:03 +04:00
${.CURDIR}/tmac.s ${DESTDIR}${TMACDIR}/tmac.s
1993-07-15 20:40:48 +04:00
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${.CURDIR}/tmac.an ${DESTDIR}${TMACDIR}/tmac.an.old
.include "../Makefile.cfg"
.include <bsd.prog.mk>