summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-04-02 21:35:45 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-04-02 21:35:45 +0000
commit94f8a4b6f2266bb2b3b4a086daa3a18f6eddf351 (patch)
tree4bfd25d6ad00b900ff69dab2fb78c81e78810ad7 /gnu/usr.sbin/sendmail
parentfc9d6774fdae5d395c7577fba75169a7276b8a45 (diff)
Missed this one in the previous mega localization commit. Don't
build op.ps in the source tree, install op.me in source form.
Diffstat (limited to 'gnu/usr.sbin/sendmail')
-rw-r--r--gnu/usr.sbin/sendmail/doc/op/Makefile22
1 files changed, 6 insertions, 16 deletions
diff --git a/gnu/usr.sbin/sendmail/doc/op/Makefile b/gnu/usr.sbin/sendmail/doc/op/Makefile
index cbe4a58b5b8..0d86e91de91 100644
--- a/gnu/usr.sbin/sendmail/doc/op/Makefile
+++ b/gnu/usr.sbin/sendmail/doc/op/Makefile
@@ -1,23 +1,13 @@
-# $Sendmail: Makefile,v 8.7 2000/02/01 08:21:47 gshapiro Exp $
+# @(#)Makefile 8.2 (Berkeley) 2/28/1994
DIR= smm/08.sendmailop
SRCS= op.me
-OBJS= op.ps
MACROS= -me
-ROFF_CMD= groff
-PIC_CMD= pic
-EQN_CMD= eqn
-PIC= ${PIC_CMD} -C
-EQN= ${EQN_CMD} -C -Tps
-ROFF= ${ROFF_CMD} -Tps -mps ${MACROS}
-all: ${OBJS}
+all: op.ps
-${OBJS}: ${SRCS}
- rm -f $@
- ${PIC} ${SRCS} | ${EQN} | ${ROFF} > $@
+op.ps: ${SRCS}
+ rm -f ${.TARGET}
+ ${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
-clean:
- rm -f ${OBJS}
-
-install: ${OBJS}
+.include <bsd.doc.mk>