diff options
-rw-r--r-- | cad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/Makefile b/cad/Makefile index b6906c28957..70470cc6548 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2019/06/14 16:01:20 bouyer Exp $ +# $NetBSD: Makefile,v 1.99 2019/10/05 06:19:56 ryoon Exp $ # COMMENT= CAD tools @@ -54,6 +54,7 @@ SUBDIR+= openscad SUBDIR+= p5-gds2 SUBDIR+= pcb SUBDIR+= py-MyHDL +SUBDIR+= py-PyRTL SUBDIR+= py-gds SUBDIR+= py-gdscad SUBDIR+= py-simpy |