summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/zorro/Makefile8
-rw-r--r--net/delegate/Makefile4
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/zorro/Makefile b/misc/zorro/Makefile
index dd1d32e918f..496aa460357 100644
--- a/misc/zorro/Makefile
+++ b/misc/zorro/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/04/26 18:56:15 garbled Exp $
+# $NetBSD: Makefile,v 1.9 2000/03/16 13:52:20 wiz Exp $
# FreeBSD Id: Makefile,v 1.9 1997/11/22 19:55:25 jseger Exp
#
@@ -22,8 +22,8 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/zorro ${PREFIX}/bin/zorro
${MKDIR} ${PREFIX}/share/zorro
${INSTALL_DATA} ${WRKSRC}/DOTzorrorc ${PREFIX}/share/zorro
- @echo ""
- @echo "Take a look at ${PREFIX}/share/zorro/DOTzorrorc"
- @echo ""
+ @${ECHO} ""
+ @${ECHO} "Take a look at ${PREFIX}/share/zorro/DOTzorrorc"
+ @${ECHO} ""
.include "../../mk/bsd.pkg.mk"
diff --git a/net/delegate/Makefile b/net/delegate/Makefile
index 361129c03ed..2056baee15a 100644
--- a/net/delegate/Makefile
+++ b/net/delegate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/02/23 13:15:44 itojun Exp $
+# $NetBSD: Makefile,v 1.12 2000/03/16 13:53:26 wiz Exp $
# FreeBSD Id: Makefile,v 1.14 1998/11/09 09:24:20 max Exp
#
@@ -24,7 +24,7 @@ DEPENDS+= readline-4.0:../../devel/readline
DELEGATE_MANAGER?= root@localhost
pre-build:
- @echo "MANAGER=${DELEGATE_MANAGER}" >> ${WRKSRC}/DELEGATE_CONF
+ @${ECHO} "MANAGER=${DELEGATE_MANAGER}" >> ${WRKSRC}/DELEGATE_CONF
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin