Home | History | Annotate | Line # | Download | only in timed
Makefile revision 1.2
      1  1.1       mrg #	@(#)Makefile	8.2 (Berkeley) 5/11/94
      2  1.1       mrg 
      3  1.1       mrg DIR=	smm/12.timed
      4  1.1       mrg SRCS=	timed.ms
      5  1.1       mrg MACROS=	-ms
      6  1.1       mrg 
      7  1.1       mrg paper.ps: ${SRCS}
      8  1.2  christos 	${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET}
      9  1.1       mrg 
     10  1.1       mrg .include <bsd.doc.mk>
     11