#	BSDI $Id: Makefile,v 1.3 1994/06/03 19:33:43 md Exp $

.include "../Makefile.defs"

MAN7=	ms.0
FILES=	eqnrc tmac.X tmac.Xps tmac.dvi tmac.latin1 tmac.pic tmac.ps \
	tmac.psatk tmac.psnew tmac.psold tmac.pspic tmac.s tmac.tty \
	tmac.tty-char troffrc tmac.groff_an tmac.groff_me tmac.groff_ms \
	man.local

tags depend:

install: maninstall beforeinstall

beforeinstall:
	for f in ${FILES}; do \
		install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
			${.CURDIR}/$$f ${DESTDIR}${TMACDIR}/; \
	done

.include "../Makefile.common"
.include <bsd.prog.mk>
