diff options
author | minskim <minskim> | 2004-11-20 16:26:04 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-11-20 16:26:04 +0000 |
commit | d7e05b4edb31a64a8d302d3587a1ccdcf9d8ef41 (patch) | |
tree | 4aee60faab3c59aeea844cca6b9c988c006765dd /cross/Makefile | |
parent | 0135ff14f3a0bec4f922abb42a24307c36d48190 (diff) | |
download | pkgsrc-d7e05b4edb31a64a8d302d3587a1ccdcf9d8ef41.tar.gz |
Add and enable dasm.
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |