diff options
author | wulf <wulf@pkgsrc.org> | 2004-09-29 12:50:43 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2004-09-29 12:50:43 +0000 |
commit | fcd30549384084e8932f67628eb9b820f6ee6daf (patch) | |
tree | 04ebf72c974976b69ecb787eb1ffd9fcca02dbda /cad | |
parent | 60726f7565a6c8b982c447d44f61cbe5541ee8e5 (diff) | |
download | pkgsrc-fcd30549384084e8932f67628eb9b820f6ee6daf.tar.gz |
Added and enabled gattrib: An attribute editor for gEDA
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/Makefile b/cad/Makefile index b925f48ce8b..531a07d22d4 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2004/09/26 01:13:06 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.55 2004/09/29 12:50:43 wulf Exp $ # COMMENT= CAD tools @@ -15,6 +15,7 @@ SUBDIR+= electric SUBDIR+= fastcap SUBDIR+= fasthenry SUBDIR+= felt +SUBDIR+= gattrib SUBDIR+= gdsreader SUBDIR+= geda SUBDIR+= geda-docs |