added MAKEFLAGS env. variable.

This commit is contained in:
hjp 2001-11-01 14:33:48 +00:00
parent ce045439f9
commit 7fcdf4faf6
1 changed files with 2 additions and 0 deletions

View File

@ -240,3 +240,5 @@ if [ -d /usr/local/pgsql/data/ ]
then
export PGDATA=/usr/local/pgsql/data/
fi
export MAKEFLAGS="-I $HOME/include"