diff options
Diffstat (limited to 'databases/mysql-server/Makefile')
-rw-r--r-- | databases/mysql-server/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/mysql-server/Makefile b/databases/mysql-server/Makefile index 2b211ff21aa..dcc02247135 100644 --- a/databases/mysql-server/Makefile +++ b/databases/mysql-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/06 23:37:00 tv Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/20 20:09:50 tron Exp $ # DISTNAME= mysql-3.22.22 @@ -23,9 +23,6 @@ CONFIGURE_ARGS+=--localstatedir=${MYSQL_DATADIR} \ --with-named-z-libs=z --with-named-curses=curses \ --without-perl --without-debug --without-bench \ --without-docs --with-low-memory -CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" CXX="${CXX}" CFLAGS+= -Dunix |