Home | History | Annotate | Line # | Download | only in USD.doc
Makefile revision 1.1
      1 #	@(#)Makefile	8.1 (Berkeley) 6/8/93
      2 
      3 DIR=	usd/31.trek
      4 SRCS=	trek.me
      5 MACROS=	-me
      6 
      7 paper.ps: ${SRCS}
      8 	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
      9 
     10 .include <bsd.doc.mk>
     11