head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	94.06.03.19.33.43;	author md;	state Exp;
branches;
next	1.2;

1.2
date	94.06.03.19.27.23;	author md;	state Exp;
branches;
next	1.1;

1.1
date	94.01.12.13.30.56;	author md;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Also need man.local
@
text
@#	BSDI $Id: Makefile,v 1.2 1994/06/03 19:27:23 md Exp md $

.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>
@


1.2
log
@Add the special groff macro packages that BSD 4.4 is expecting.
@
text
@d1 1
a1 1
#	BSDI $Id: Makefile,v 1.1 1994/01/12 13:30:56 md Exp md $
d8 2
a9 1
	tmac.tty-char troffrc tmac.groff_an tmac.groff_me tmac.groff_ms
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	BSDI $Id: Makefile,v 1.2 1994/01/07 21:03:48 donn Exp $
d8 1
a8 1
	tmac.tty-char troffrc
@
