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