freebsd-dev/contrib/sendmail/doc/op/Makefile

14 lines
205 B
Makefile
Raw Normal View History

# @(#)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>