From ac3e17207cf70edf06f2eb44b2e9289d7b5c1e40 Mon Sep 17 00:00:00 2001 From: millert Date: Sun, 2 Apr 2000 21:35:44 +0000 Subject: [PATCH] Missed this one in the previous mega localization commit. Don't build op.ps in the source tree, install op.me in source form. --- gnu/usr.sbin/sendmail/doc/op/Makefile | 22 ++++++---------------- 1 file 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 -- 2.20.1