home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / SENDMAIL / _SENDMAI.TAR / usr / doc / sendmail / op / Makefile next >
Encoding:
Makefile  |  1994-02-28  |  203 b   |  14 lines

  1. #    @(#)Makefile    8.2 (Berkeley) 2/28/94
  2.  
  3. DIR=    smm/08.sendmailop
  4. SRCS=    op.me
  5. MACROS=    -me
  6.  
  7. all: op.ps
  8.  
  9. op.ps: ${SRCS}
  10.     rm -f ${.TARGET}
  11.     ${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
  12.  
  13. .include <bsd.doc.mk>
  14.