diff options
author | tron <tron> | 2000-08-25 22:28:50 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-25 22:28:50 +0000 |
commit | 9c31505b6cb26a161da222246c4260a7b8eee7a7 (patch) | |
tree | bea9ffbf81cb5f5433ea4b9e013baf8eaf217069 /devel | |
parent | 3d09f2a6d0db2e15fc60d1b568986be192798e93 (diff) | |
download | pkgsrc-9c31505b6cb26a161da222246c4260a7b8eee7a7.tar.gz |
Add and enable "sdcc". Fixes PR pkg/9748 by Lennart Augustsson.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3953c0e85c1..3aa587b763b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.134 2000/08/25 16:16:50 jlam Exp $ +# $NetBSD: Makefile,v 1.135 2000/08/25 22:28:50 tron Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -117,6 +117,7 @@ SUBDIR += rpc2 SUBDIR += rvm SUBDIR += rx + SUBDIR += sdcc SUBDIR += sfio SUBDIR += sgi-stl SUBDIR += sgi-stl-docs |