summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-03-19 12:32:54 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-03-19 12:32:54 +0000
commitcc750712b06dfa0afb597aebb0fef4aa7f698750 (patch)
treefbcda09e52965ec9708139509ffb4f5d5d46033b /net
parentmkdir -p the BINDIR during beforeinstall, instead of blindly (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
Diffstat (limited to 'net')
-rw-r--r--net/wais/Makefile3
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>