summaryrefslogtreecommitdiff
path: root/misc/fd
diff options
context:
space:
mode:
authoragc <agc>1999-03-08 10:53:55 +0000
committeragc <agc>1999-03-08 10:53:55 +0000
commit2f6c7bf0f656b5c84e7c2506ecbbdd226680e319 (patch)
treef176e9ec4024673fb56c0c252cdf8c8aa42f657d /misc/fd
parent1afe071d757e38ce4bbaff70311df6e48e4bfe4f (diff)
downloadpkgsrc-2f6c7bf0f656b5c84e7c2506ecbbdd226680e319.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'misc/fd')
-rw-r--r--misc/fd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile
index df10671f149..9915ac98b5e 100644
--- a/misc/fd/Makefile
+++ b/misc/fd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/08/31 20:58:04 tron Exp $
+# $NetBSD: Makefile,v 1.7 1999/03/08 10:53:57 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1997/01/06 06:38:33 max Exp
#
@@ -21,7 +21,7 @@ ALL_TARGET= goal
INSTALL_TARGET= install
do-configure:
- cd ${WRKSRC} ; make config
+ cd ${WRKSRC} ; ${MAKE} config
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fd ${PREFIX}/bin