NetBSD/gnu/usr.bin/groff/tmac/Makefile
mycroft c8194f0876 Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:38:43 +00:00

29 lines
788 B
Makefile

# $Id: Makefile,v 1.4 1993/08/02 17:45:24 mycroft Exp $
# XXX -- this depends on ../include/defs.h
TMACDIR?= /usr/share/tmac
TMACOWN?= bin
TMACGRP?= bin
TMACMODE?= 444
MAN7= groff_ms.0
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} \
${.CURDIR}/tmac.s ${DESTDIR}${TMACDIR}/tmac.s
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${.CURDIR}/tmac.an ${DESTDIR}${TMACDIR}/tmac.an.old
.include "../Makefile.cfg"
.include <bsd.prog.mk>