From 94a0525427a457e6ce09f0a696b3ffaecb7c786d Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 2 Mar 2000 20:59:37 +0000 Subject: find -> ${FIND} --- math/abacus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/abacus/Makefile b/math/abacus/Makefile index 0d3e64f8ad2..13257e6500a 100644 --- a/math/abacus/Makefile +++ b/math/abacus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/11/18 15:24:18 agc Exp $ +# $NetBSD: Makefile,v 1.5 2000/03/02 20:59:37 wiz Exp $ # FreeBSD Id: Makefile,v 1.3 1998/09/25 10:07:44 asami Exp # @@ -17,7 +17,7 @@ USE_GMAKE= yes USE_X11BASE= yes pre-patch: - @for d in `find ${WRKSRC} -name RCS -type d -print`; do \ + @for d in `${FIND} ${WRKSRC} -name RCS -type d -print`; do \ ${MV} $$d $$d-dist; \ done -- cgit v1.2.3