diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-03-19 12:32:54 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-03-19 12:32:54 +0000 |
commit | cc750712b06dfa0afb597aebb0fef4aa7f698750 (patch) | |
tree | fbcda09e52965ec9708139509ffb4f5d5d46033b | |
parent | 66d6fa2f8dbd7a23a4e673f9c88275d904f4aa4b (diff) |
Change the Makefile to use gmake instead of make to prevent all the
error messages from make.
Notes
Notes:
svn path=/head/; revision=1147
-rw-r--r-- | net/wais/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile index c58f2c808590..fa7bf49b7689 100644 --- a/net/wais/Makefile +++ b/net/wais/Makefile @@ -3,10 +3,11 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.1.1.1 1994/09/23 20:14:57 adam Exp $ +# $Id: Makefile,v 1.2 1994/09/25 19:12:03 adam Exp $ # DISTNAME= freeWAIS-0.3 MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/ +GMAKE= yes .include <bsd.port.mk> |