home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / doc / usd / 33.rogue / Makefile next >
Encoding:
Makefile  |  1990-06-30  |  173 b   |  11 lines

  1. #    @(#)Makefile    6.3 (Berkeley) 6/30/90
  2.  
  3. DIR=    usd/33.rogue
  4. SRCS=    rogue.me
  5. MACROS=    -me
  6.  
  7. paper.${PRINTER}: ${SRCS}
  8.     ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
  9.  
  10. .include <bsd.doc.mk>
  11.