diff options
author | minskim <minskim> | 2004-02-13 23:01:57 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-13 23:01:57 +0000 |
commit | 12d7d421ba838d6cf6b4a93e7bf2d69d79306175 (patch) | |
tree | 69806416b88c6cfb5377b70c175ecfd6ea247480 /cross | |
parent | 48f991b8181d7344351e45514426e697d08421f7 (diff) | |
download | pkgsrc-12d7d421ba838d6cf6b4a93e7bf2d69d79306175.tar.gz |
Add and enable atasm-1.04.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |