diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-07 11:00:31 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-07 11:00:31 +0000 |
commit | 0aaeab888ea16b44fcd6c824a8a0632d3a856db8 (patch) | |
tree | bcc1960efc2416da95c39f6b234c275defb3f85b /cad/Makefile | |
parent | fd0f122f9f50aa144c0243636924688ea5563cbf (diff) |
Add oregano, schematic capture and simulation of electrical circuits.
PR: ports/25202
Submitted by: Anders Andersson <anders@codefactory.se>
Notes
Notes:
svn path=/head/; revision=39178
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 1432f3131abe..bda70dceec51 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -12,6 +12,7 @@ SUBDIR += kaskade SUBDIR += magic SUBDIR += mars + SUBDIR += oregano SUBDIR += pcb SUBDIR += pisces SUBDIR += qcad |