Rename GZIP to GZIPCMD to match previous change in bsd.doc.mk.

Submitted by:	John Hay (jhay@mikom.csir.co.za)
This commit is contained in:
Bruce Evans 1995-07-30 08:04:50 +00:00
parent 86e0f980c9
commit 8b9a408f3f
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $Id: Makefile,v 1.2 1995/02/04 19:59:58 phk Exp $
# $Id: Makefile,v 1.3 1995/07/26 13:52:56 wollman Exp $
VOLUME= usd/10.exref
SRCS= ex.rm
@ -19,7 +19,7 @@ SFILE= summary.${PRINTER}
all: ${DFILE} ${SFILE}
${SFILE}: ex.summary
(cd ${SRCDIR}; ${ROFF} ${.ALLSRC}) | ${GZIP} > ${.TARGET}
(cd ${SRCDIR}; ${ROFF} ${.ALLSRC}) | ${GZIPCMD} > ${.TARGET}
afterinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 8/14/93
# $Id: Makefile,v 1.1 1995/01/11 03:24:14 wollman Exp $
# $Id: Makefile,v 1.2 1995/07/26 13:52:59 wollman Exp $
VOLUME= usd/12.vi
SRCS= vi.in vi.chars
@ -21,10 +21,10 @@ VFILE= viapwh.${PRINTER}
all: ${DFILE} ${SFILE} ${VFILE}
${SFILE}: vi.summary
(cd ${SRCDIR}; ${ROFF} ${.ALLSRC}) | ${GZIP} > ${.TARGET}
(cd ${SRCDIR}; ${ROFF} ${.ALLSRC}) | ${GZIPCMD} > ${.TARGET}
${VFILE}: vi.apwh.ms
(cd ${SRCDIR}; ${ROFF} ${.ALLSRC}) | ${GZIP} > ${.TARGET}
(cd ${SRCDIR}; ${ROFF} ${.ALLSRC}) | ${GZIPCMD} > ${.TARGET}
afterinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \