diff options
author | tron <tron@pkgsrc.org> | 2000-08-25 22:28:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-25 22:28:50 +0000 |
commit | 457dd98cb9a469af9b6d4290b003db31277be218 (patch) | |
tree | bea9ffbf81cb5f5433ea4b9e013baf8eaf217069 /devel/Makefile | |
parent | 4873d8e544ac74924eeef828d2f21b41a8572643 (diff) | |
download | pkgsrc-457dd98cb9a469af9b6d4290b003db31277be218.tar.gz |
Add and enable "sdcc". Fixes PR pkg/9748 by Lennart Augustsson.
Diffstat (limited to 'devel/Makefile')
-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 |