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