head	1.4;
access;
symbols
	RELEASE_2_0:1.3
	BETA_2_0:1.3
	ALPHA_2_0:1.3.0.2
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.4
date	95.12.30.18.54.25;	author peter;	state dead;
branches;
next	1.3;

1.3
date	94.08.20.08.16.43;	author bde;	state Exp;
branches;
next	1.2;

1.2
date	94.07.06.02.17.29;	author rgrimes;	state Exp;
branches;
next	1.1;

1.1
date	94.05.30.19.09.12;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.30.19.09.13;	author rgrimes;	state Exp;
branches;
next	;


desc
@@


1.4
log
@recording cvs-1.6 file death
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/8/93

# XXX MISSING:	tmac.r
FILES=	tmac.andoc tmac.s tmac.e
MSRCS=  doc doc-ditroff doc-common doc-nroff doc-syms

LINKS=	${BINDIR}/tmac/tmac.andoc ${BINDIR}/tmac/tmac.an
NOOBJ=	noobj

# old macros not currently installed...
# OFILES=	tmac.a tmac.cp

all clean cleandir depend lint tags:

beforeinstall:
	for i in ${MSRCS}; do \
		sed -f strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
		chown ${BINOWN}.${BINGRP} ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
		chmod 444 ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
	done
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
		${DESTDIR}${BINDIR}/tmac


.include <bsd.prog.mk>
@


1.3
log
@Install with group BINGRP, not BINOWN.
@
text
@@


1.2
log
@The file tmac.r was not shipped on the 4.4 tape, mark this fact.
@
text
@d21 1
a21 1
	install -c -o ${BINOWN} -g ${BINOWN} -m 444 ${FILES} \
@


1.1
log
@Initial revision
@
text
@d3 2
a4 1
FILES=	tmac.r tmac.andoc tmac.s tmac.e
@


1.1.1.1
log
@BSD 4.4 Lite Share Sources
@
text
@@
