Makefile revision 1.1
11.1Scgd# @(#)Makefile 5.2 (Berkeley) 6/30/90 21.1Scgd 31.1ScgdDIR= smm/01.setup 41.1ScgdSRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t 51.1Scgd.if ${MACHINE} == "vax" 61.1ScgdSRCS+= c.t 71.1Scgd.endif 81.1Scgd.PATH: ${.CURDIR}/${MACHINE} ${.CURDIR}/common 91.1Scgd 101.1Scgdpaper.${PRINTER}: ${SRCS} 111.1Scgd ${EQN} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET} 121.1Scgd 131.1Scgd.include <bsd.doc.mk> 14