summaryrefslogtreecommitdiff
path: root/misc/open2300-mysql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/open2300-mysql/Makefile')
-rw-r--r--misc/open2300-mysql/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/open2300-mysql/Makefile b/misc/open2300-mysql/Makefile
index 919be8fb329..a0375f256ce 100644
--- a/misc/open2300-mysql/Makefile
+++ b/misc/open2300-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/07/31 14:03:28 grant Exp $
+# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:40 rillig Exp $
#
PKGNAME= ${DISTNAME:S/-/-mysql-/}
@@ -12,7 +12,7 @@ INSTALL_TARGET= install-mysql
LIBS+= -lmysqlclient
LIBS.SunOS+= -lnsl -lsocket
-MAKE_ENV+= LIBS=${LIBS:Q}
+MAKE_ENV+= LIBS=${LIBS:M*:Q}
.include "../../mk/mysql.buildlink3.mk"
-.include "../open2300/Makefile.common"
+.include "../../misc/open2300/Makefile.common"