blob: 0d86e91de9173e78fe66bdaf9b348fcea870a518 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# @(#)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>
|