8 lines
140 B
Makefile
8 lines
140 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../mumps
|
|
|
|
WITH_MPI= yes
|
|
|
|
.include "../mumps/Makefile"
|