diff options
author | rh <rh> | 2000-01-02 22:51:19 +0000 |
---|---|---|
committer | rh <rh> | 2000-01-02 22:51:19 +0000 |
commit | fe64009a1ce466c80e397c700efc44b9b8b8c293 (patch) | |
tree | cf0641087223e9bb097b56b5bd836ed9ddcbb5c4 /cad/Makefile | |
parent | ceb3de52420b3b06a6b7eb532856736af7ef8402 (diff) | |
download | pkgsrc-fe64009a1ce466c80e397c700efc44b9b8b8c293.tar.gz |
Add and enable gnetlist.
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/Makefile b/cad/Makefile index 41f6f2df087..3f6a1457b42 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/01/02 22:33:17 rh Exp $ +# $NetBSD: Makefile,v 1.15 2000/01/02 22:51:19 rh Exp $ # FreeBSD Id: Makefile,v 1.8 1997/11/17 10:53:52 tg Exp # @@ -11,6 +11,7 @@ SUBDIR += geda SUBDIR += geda-symbols SUBDIR += geda-utils + SUBDIR += gnetlist SUBDIR += gschem # SUBDIR += irsim # SUBDIR += kaskade |