From a5e855b7f6faea8a9bcb58fb897204d9fb09c626 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 5 Jun 1993 20:14:05 -0800 Subject: [PATCH] make it work for 4.4BSD SCCS-vsn: share/doc/smm/05.fastfs/Makefile 5.5 --- usr/src/share/doc/smm/05.fastfs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/share/doc/smm/05.fastfs/Makefile b/usr/src/share/doc/smm/05.fastfs/Makefile index 141873972d..183072ff05 100644 --- a/usr/src/share/doc/smm/05.fastfs/Makefile +++ b/usr/src/share/doc/smm/05.fastfs/Makefile @@ -1,10 +1,10 @@ -# @(#)Makefile 5.4 (Berkeley) %G% +# @(#)Makefile 5.5 (Berkeley) %G% DIR= smm/14.fastfs SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t MACROS= -ms -paper.${PRINTER}: ${SRCS} - ${TBL} ${SRCS} | ${EQN} | ${TROFF} > ${.TARGET} +paper.ps: ${SRCS} + ${TBL} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET} .include -- 2.20.1