diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-12-08 23:30:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-12-08 23:30:13 +0000 |
commit | 0a7f5f45415a0a3680c38136568ff844bc25074d (patch) | |
tree | f5486a2b49469e0c8732682d80af411fc2eb58a3 /cad/Makefile | |
parent | Mark broken on 4.x: C++ code does not compile. (diff) |
Add Kicad, a software for the creation of electronic schematic
diagrams and printed circuit board artwork.
Kicad is a set of four softwares and a project manager:
* Eeschema: Schematic entry.
* Pcbnew: Board editor.
* Gerbview: GERBER viewer (photoplotter documents).
* Cvpcb: footprint selector for components used in the circuit design.
* Kicad: project manager.
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 96781ef8c3d5..22db25a26a03 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -32,6 +32,7 @@ SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog + SUBDIR += kicad SUBDIR += leocad SUBDIR += libgeda SUBDIR += linux-eagle |