diff options
author | agc <agc@pkgsrc.org> | 1999-03-08 10:53:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-08 10:53:55 +0000 |
commit | 1bb3007c04ad6091bda42ac2a39c7e64b34c1984 (patch) | |
tree | f176e9ec4024673fb56c0c252cdf8c8aa42f657d /misc/fd | |
parent | 73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff) | |
download | pkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz |
s/make/${MAKE}/g
Diffstat (limited to 'misc/fd')
-rw-r--r-- | misc/fd/Makefile | 4 |
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 |