From ded9ff0bccc09461a140462a2b4a8a08508352ac Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 23 Jun 2003 06:47:34 +0000 Subject: [PATCH] As noted by Michael Labuschke, ntp is a gzip archive... --- make/ntp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/ntp.mk b/make/ntp.mk index 5b3b94fb9f..d949d30662 100644 --- a/make/ntp.mk +++ b/make/ntp.mk @@ -6,7 +6,7 @@ NTP_SOURCE:=ntp-4.1.1.tar.gz NTP_SITE:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4 NTP_DIR:=$(BUILD_DIR)/ntp-4.1.1 -NTP_CAT:=bzcat +NTP_CAT:=zcat NTP_BINARY:=ntpdate/ntpdate NTP_TARGET_BINARY:=bin/ntpdate -- 2.30.2