Makefile revision 1.2
1# @(#)Makefile 5.2 (Berkeley) 6/30/90 2 3DIR= smm/01.setup 4DOC= 01.setup 5 6SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t 7.if ${MACHINE} == "vax" 8SRCS+= c.t 9.endif 10.PATH: ${.CURDIR}/${MACHINE} ${.CURDIR}/common 11 12.include <bsd.doc.mk> 13 14${DOC}.${PRINTER}: ${SRCS} 15 ${EQN} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET} 16