From 2f6c7bf0f656b5c84e7c2506ecbbdd226680e319 Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 8 Mar 1999 10:53:55 +0000 Subject: s/make/${MAKE}/g --- news/knews/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news') diff --git a/news/knews/Makefile b/news/knews/Makefile index 55af99c5ebe..a6dd931814a 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/03/04 13:51:17 tron Exp $ +# $NetBSD: Makefile,v 1.18 1999/03/08 10:53:57 agc Exp $ # DISTNAME= knews-1.0b.0 @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/knews # DOMAIN_FILE to a file from which the domain name will be read. post-extract: .if !defined(DOMAIN_FILE) && !defined(DOMAIN_NAME) - @${ECHO_MSG} "Type \"make DOMAIN_NAME=xyz\" to set the domain name." + @${ECHO_MSG} "Type \"${MAKE} DOMAIN_NAME=xyz\" to set the domain name." .elif defined(DOMAIN_FILE) @${ECHO_MSG} "Reading \"From:\" domain from file \"${DOMAIN_FILE}\"." .else -- cgit v1.2.3