diff options
author | Robert Clausecker <fuz@fuz.su> | 2022-06-05 23:19:51 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2022-06-05 23:19:51 +0800 |
commit | 0ce9a5d60b55b765ca3099b48871beccf2080dd6 (patch) | |
tree | af4102e0d0d925791b4bc2ab360be927de853f7f /cad/Makefile | |
parent | Add devel/fungw: C Function gateway for different programming languages (diff) |
Add cad/pcb-rnd: Flexible, modular Printed Circuit Board editor
PR: 264289
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 3229fe0b7c5f..d1ae58b9eb62 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -75,6 +75,7 @@ SUBDIR += librecad SUBDIR += libredwg SUBDIR += librepcb + SUBDIR += librnd SUBDIR += linux-eagle5 SUBDIR += logisim SUBDIR += magic |