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

  1. #    @(#)Makefile    5.4 (Berkeley) 6/30/90
  2.  
  3. DIR=    smm/14.fastfs
  4. SRCS=    0.t 1.t 2.t 3.t 4.t 5.t 6.t
  5. MACROS=    -msU
  6.  
  7. paper.${PRINTER}: ${SRCS}
  8.     ${TBL} ${SRCS} | ${EQN} | ${TROFF} > ${.TARGET}
  9.  
  10. .include <bsd.doc.mk>
  11.