diff options
author | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-03-16 08:40:01 +0000 |
---|---|---|
committer | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-03-16 08:40:01 +0000 |
commit | e5d5d8902cd5fb3b0e6ec1648b1aba54180428a1 (patch) | |
tree | 616c7c8e5011530e3f55bb960f14c7aacae9ae0f | |
parent | Author updated distribution w/o bumping version number. (diff) |
The makefiles now use some gmake constructs.
-rw-r--r-- | graphics/Mesa3/Makefile | 3 | ||||
-rw-r--r-- | graphics/mesagl/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index c8b3f2479074..e6ccb4157af9 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/Makefile @@ -3,12 +3,13 @@ # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.2 1995/03/06 04:35:27 hsu Exp $ +# $Id: Makefile,v 1.3 1995/03/15 17:02:53 hsu Exp $ # DISTNAME= Mesa-1.1.2beta MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/ WRKSRC= ${WRKDIR}/Mesa +USE_GMAKE= ALL_TARGET= freebsd # won't install until I convert the Makefiles to Imakefiles NO_INSTALL= yes diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index c8b3f2479074..e6ccb4157af9 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -3,12 +3,13 @@ # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.2 1995/03/06 04:35:27 hsu Exp $ +# $Id: Makefile,v 1.3 1995/03/15 17:02:53 hsu Exp $ # DISTNAME= Mesa-1.1.2beta MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/ WRKSRC= ${WRKDIR}/Mesa +USE_GMAKE= ALL_TARGET= freebsd # won't install until I convert the Makefiles to Imakefiles NO_INSTALL= yes |