Makefile revision 1.2
11.1Scgd# @(#)Makefile 5.2 (Berkeley) 6/30/90 21.1Scgd 31.1ScgdDIR= smm/01.setup 41.2ScgdDOC= 01.setup 51.2Scgd 61.1ScgdSRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t 71.1Scgd.if ${MACHINE} == "vax" 81.1ScgdSRCS+= c.t 91.1Scgd.endif 101.1Scgd.PATH: ${.CURDIR}/${MACHINE} ${.CURDIR}/common 111.1Scgd 121.2Scgd.include <bsd.doc.mk> 131.2Scgd 141.2Scgd${DOC}.${PRINTER}: ${SRCS} 151.1Scgd ${EQN} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET} 16