1 1.19 phil # @(#)Makefile 8.1 (Berkeley) 6/8/93 2 1.31 apb # $NetBSD: Makefile,v 1.31 2008/10/25 22:27:36 apb Exp $ 3 1.1 cgd 4 1.20 thorpej # IF YOU ADD TO MSRCS, MAKE SURE YOU UPDATE `CATDEPS' IN bsd.man.mk! 5 1.27 wiz MSRCS= doc2html 6 1.27 wiz MMACS= ${MSRCS:S@$@.tmac@g} 7 1.26 mycroft INCS= ${MMACS} 8 1.26 mycroft INCSDIR=${BINDIR}/tmac 9 1.15 christos CLEANFILES+= ${MMACS} 10 1.1 cgd 11 1.23 christos TMACDIR?=${.CURDIR} 12 1.23 christos STRIP_SED = ${TMACDIR}/../me/strip.sed 13 1.2 cgd 14 1.1 cgd # old macros not currently installed... 15 1.6 jtc OFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old 16 1.1 cgd 17 1.25 mycroft realall: ${MMACS} 18 1.15 christos 19 1.15 christos .for i in ${MSRCS} 20 1.27 wiz $i.tmac: $i 21 1.29 lukem ${_MKTARGET_CREATE} 22 1.31 apb ${TOOL_SED} -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET} 23 1.15 christos .endfor 24 1.1 cgd 25 1.1 cgd .include <bsd.prog.mk> 26