Makefile revision 1.19
11.19Sphil# @(#)Makefile 8.1 (Berkeley) 6/8/93 21.19Sphil# $NetBSD: Makefile,v 1.19 1997/07/02 02:55:38 phil Exp $ 31.1Scgd 41.16SmycroftMSRCS= andoc doc doc-ditroff doc-common doc-nroff doc-syms 51.15SchristosMMACS= ${MSRCS:S@^@tmac.@g} 61.16SmycroftFILES= ${MMACS} 71.15SchristosFILESDIR=${BINDIR}/tmac 81.17SmycroftLINKS= ${FILESDIR}/tmac.andoc ${FILESDIR}/tmac.an 91.15SchristosCLEANFILES+= ${MMACS} 101.1Scgd 111.15SchristosSTRIP_SED = ${.CURDIR}/../me/strip.sed 121.2Scgd 131.1Scgd# old macros not currently installed... 141.6SjtcOFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old 151.1Scgd 161.15Schristosall: ${MMACS} 171.15Schristos 181.15Schristos.for i in ${MSRCS} 191.15Schristostmac.$i: $i 201.15Schristos sed -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET} 211.15Schristos.endfor 221.1Scgd 231.1Scgd.include <bsd.prog.mk> 24