Makefile revision 1.17
11.7Smycroft# from: @(#)Makefile 6.13 (Berkeley) 3/20/91 21.17Smycroft# $NetBSD: Makefile,v 1.17 1997/03/27 08:50:26 mycroft 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.9Sjtc 181.15Schristosdepend lint tags: 191.15Schristos 201.15Schristos.for i in ${MSRCS} 211.15Schristostmac.$i: $i 221.15Schristos sed -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET} 231.15Schristos.endfor 241.1Scgd 251.1Scgd.include <bsd.prog.mk> 26