standards for long macro and class names -- first char l.c. for internal
[unix-history] / usr / src / usr.sbin / sendmail / doc / op / Makefile
# @(#)Makefile 8.2 (Berkeley) %G%
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>