summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-11-20 16:26:04 +0000
committerminskim <minskim@pkgsrc.org>2004-11-20 16:26:04 +0000
commit0e2cf559450ddf3e397a119c018fa56eea3ac20e (patch)
tree4aee60faab3c59aeea844cca6b9c988c006765dd
parent28ad7c705a92208c54e2b817d4476ed8f4c05933 (diff)
downloadpkgsrc-0e2cf559450ddf3e397a119c018fa56eea3ac20e.tar.gz
Add and enable dasm.
-rw-r--r--cross/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile
index 91b0be68f0f..39c939ace54 100644
--- a/cross/Makefile
+++ b/cross/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2004/11/07 16:47:04 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2004/11/20 16:26:04 minskim Exp $
#
COMMENT= Cross-platform development utilities
@@ -13,6 +13,7 @@ SUBDIR+= avrdude
SUBDIR+= bfd-crunchide
SUBDIR+= bfd-mdsetimage
SUBDIR+= binutils
+SUBDIR+= dasm
SUBDIR+= h8300-hms-binutils
SUBDIR+= h8300-hms-gcc
SUBDIR+= i386-cygwin32
diff --git a/doc/CHANGES b/doc/CHANGES
index 777f186b0d4..f61ce3c3d15 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7929 2004/11/20 16:06:21 uebayasi Exp $
+$NetBSD: CHANGES,v 1.7930 2004/11/20 16:26:04 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -5358,3 +5358,4 @@ Changes to the packages collection and infrastructure in 2004:
Added RealPlayerGold-10.0.1 [rh 2004-11-20]
Updated eb to 4.1.1 [uebayasi 2004-11-20]
Updated eblook to 1.6.1 [uebayasi 2004-11-20]
+ Added dasm-2.12 [minskim 2004-11-20]