From owner-freebsd-current Sun Jul 30 01:07:47 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id BAA26929 for current-outgoing; Sun, 30 Jul 1995 01:07:47 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id BAA26908 for ; Sun, 30 Jul 1995 01:07:38 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id SAA31836; Sun, 30 Jul 1995 18:06:16 +1000 Date: Sun, 30 Jul 1995 18:06:16 +1000 From: Bruce Evans Message-Id: <199507300806.SAA31836@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.ORG, jhay@mikom.csir.co.za Subject: Re: Problem with Makefile in src/share/doc/usd/10.exref Sender: current-owner@FreeBSD.ORG Precedence: bulk >It seems as if there is a typo in the Makefile. It use ${GZIP} which is not >defined. I think it should be GZIPCMD which is defined in bsd.doc.mk Fixed. Similarly in 12.vi/Makefile. Bruce