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

  1. #    @(#)Makefile    6.2 (Berkeley) 6/30/90
  2.  
  3. DIR=    ps1/06.sysman
  4. SRCS=    0.t 1.0.t 1.1.t 1.2.t 1.3.t 1.4.t 1.5.t 1.6.t 1.7.t \
  5.     2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t a.t
  6. MACROS=    -msU
  7.  
  8. paper.${PRINTER}: ${SRCS}
  9.     ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
  10.  
  11. .include <bsd.doc.mk>
  12.