diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-03-19 03:19:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-03-19 03:19:57 +0000 |
commit | 1359966d0931c96542a3c3024c849a1a9adadc9d (patch) | |
tree | d10e25968472ba86dbba7c6d0a0d448ea0a660be /cad/Makefile | |
parent | 438347106b7e185df1dbf52c38bd3af930234874 (diff) |
New port: cad/netgen-lvs: Tool for comparing netlists (a process known as LVS)
Notes
Notes:
svn path=/head/; revision=528682
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 84a09a8d16ba..1d543c574eec 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -71,6 +71,7 @@ SUBDIR += magic SUBDIR += meshdev SUBDIR += netgen + SUBDIR += netgen-lvs SUBDIR += ngspice_rework SUBDIR += nvc SUBDIR += opencascade |