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