diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-22 16:27:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-22 16:27:18 +0000 |
commit | 17924552290e807d95db35e3dd7edc348f524537 (patch) | |
tree | 5377fc077fbd0f469191de8d960d5108a27270f5 /cad/Makefile | |
parent | b1f1283d7fab256ddace6c89b26aa3d1d02cf161 (diff) |
Add z88 11.0, a compact Finite Element Analysis System.
PR: 75698
Submitted by: Pedro F. Giffuni.
Notes
Notes:
svn path=/head/; revision=127103
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 318c9a6e0dcd..9ebde1ea5456 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -54,6 +54,7 @@ SUBDIR += varkon SUBDIR += vipec SUBDIR += xcircuit + SUBDIR += z88 SUBDIR += ziarc .include <bsd.port.subdir.mk> |