freebsd-dev/contrib/sendmail/doc/op/Makefile
Peter Wemm 065a643db3 Import sendmail-8.9.2 onto vendor branch (update from 8.9.1)
Obtained from: ftp.sendamil.org
1999-01-12 12:26:57 +00:00

14 lines
205 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 2/28/1994
DIR= smm/08.sendmailop
SRCS= op.me
MACROS= -me
all: op.ps
op.ps: ${SRCS}
rm -f ${.TARGET}
${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
.include <bsd.doc.mk>