summaryrefslogtreecommitdiff
path: root/graphics/Mesa3
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1995-03-16 08:40:01 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1995-03-16 08:40:01 +0000
commite5d5d8902cd5fb3b0e6ec1648b1aba54180428a1 (patch)
tree616c7c8e5011530e3f55bb960f14c7aacae9ae0f /graphics/Mesa3
parentAuthor updated distribution w/o bumping version number. (diff)
The makefiles now use some gmake constructs.
Notes
Notes: svn path=/head/; revision=1140
Diffstat (limited to 'graphics/Mesa3')
-rw-r--r--graphics/Mesa3/Makefile3
1 files changed, 2 insertions, 1 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