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

  1. #    @(#)Makefile    4.3 (Berkeley) 6/30/90
  2.  
  3. DIR=    smm/05.fsck
  4. SRCS=    0.t 1.t 2.t 3.t 4.t
  5. TROFF=    ditroff
  6.  
  7. paper.${PRINTER}: ${SRCS}
  8.     ${ROFF} ${SRCS} > ${.TARGET}
  9.  
  10. .include <bsd.doc.mk>
  11.