diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-08-03 05:56:20 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-08-03 05:56:20 +0000 |
| commit | c2aa98e247e56d5266d789dfc9b90b524b0019fe (patch) | |
| tree | 0772be9f4640bcba9db4a0de9e79a39ad377d80b /contrib/sendmail/doc/op/Makefile | |
| parent | ff37c899d76b8a843614fb348674c7e94e4f53ce (diff) | |
Notes
Diffstat (limited to 'contrib/sendmail/doc/op/Makefile')
| -rw-r--r-- | contrib/sendmail/doc/op/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/sendmail/doc/op/Makefile b/contrib/sendmail/doc/op/Makefile new file mode 100644 index 0000000000000..e8f791a4959c3 --- /dev/null +++ b/contrib/sendmail/doc/op/Makefile @@ -0,0 +1,13 @@ +# @(#)Makefile 8.2 (Berkeley) 2/28/94 + +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> |
