home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / doc / smm / 15.net / Makefile < prev    next >
Encoding:
Makefile  |  1990-06-30  |  227 b   |  11 lines

  1. #    @(#)Makefile    6.3 (Berkeley) 6/30/90
  2.  
  3. DIR=    smm/15.net
  4. SRCS=    0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t 8.t 9.t a.t b.t c.t d.t e.t f.t
  5. MACROS=    -msU
  6.  
  7. paper.${PRINTER}: ${SRCS}
  8.     ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
  9.  
  10. .include <bsd.doc.mk>
  11.