diff options
author | ats <ats@FreeBSD.org> | 1995-03-19 20:32:54 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-03-19 20:32:54 +0800 |
commit | 058c07ebd0443b0381489e77b828c3b9497fb620 (patch) | |
tree | c78898aac44cf35323d1580b4f31342d330cdaa3 | |
parent | af97b7920f90eacfcda3876085a75f3bb2e246b9 (diff) | |
download | freebsd-ports-gnome-058c07ebd0443b0381489e77b828c3b9497fb620.tar.gz freebsd-ports-gnome-058c07ebd0443b0381489e77b828c3b9497fb620.tar.zst freebsd-ports-gnome-058c07ebd0443b0381489e77b828c3b9497fb620.zip |
Change the Makefile to use gmake instead of make to prevent all the
error messages from make.
-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> |