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

  1. #    @(#)Makefile    5.2 (Berkeley) 6/30/90
  2.  
  3. DIR=    smm/01.setup
  4. SRCS=    0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t
  5. .if ${MACHINE} == "vax"
  6. SRCS+=    c.t
  7. .endif
  8. .PATH:    ${.CURDIR}/${MACHINE} ${.CURDIR}/common
  9.  
  10. paper.${PRINTER}: ${SRCS}
  11.     ${EQN} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET}
  12.  
  13. .include <bsd.doc.mk>
  14.