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

  1. #    @(#)Makefile    5.2 (Berkeley) 6/30/90
  2.  
  3. DIR=    smm/10.newsop
  4. SRCS=     tmac.n install.mn
  5.  
  6. paper.${PRINTER}: ${SRCS}
  7.     ${ROFF} ${SRCS} > ${.TARGET}
  8.  
  9. .include <bsd.doc.mk>
  10.