summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-13 23:01:57 +0000
committerminskim <minskim>2004-02-13 23:01:57 +0000
commit8aed4dd1b851090d098e123484e172bd0e7dacd6 (patch)
tree69806416b88c6cfb5377b70c175ecfd6ea247480
parentc1b1d586bf94858795ce572dd3556af084fcce2f (diff)
downloadpkgsrc-8aed4dd1b851090d098e123484e172bd0e7dacd6.tar.gz
Add and enable atasm-1.04.
-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 bcdba1f503d..3847a700ce3 100644
--- a/cross/Makefile
+++ b/cross/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.35 2003/07/17 19:10:56 wennmach Exp $
+# $NetBSD: Makefile,v 1.36 2004/02/13 23:01:57 minskim Exp $
#
COMMENT= Cross-platform development utilities
#SUBDIR+= COMMON # not a real package
+SUBDIR+= atasm
SUBDIR+= avr-binutils
SUBDIR+= avr-gcc
SUBDIR+= avr-gdb
diff --git a/doc/CHANGES b/doc/CHANGES
index 6bca8bf9ae2..882eccbdae5 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4819 2004/02/13 22:19:16 wiz Exp $
+$NetBSD: CHANGES,v 1.4820 2004/02/13 23:01:57 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -820,3 +820,4 @@ Changes to the packages collection and infrastructure in 2004:
Added py-dbxml-1.2.1 [minskim 2004-02-13]
Updated naim to 0.11.6.6 [snj 2004-02-13]
Updated adzap to 20040104 [wiz 2004-02-13]
+ Added atasm-1.04 [minskim 2004-02-13]