diff options
author | minskim <minskim@pkgsrc.org> | 2004-11-20 16:26:04 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-11-20 16:26:04 +0000 |
commit | 0e2cf559450ddf3e397a119c018fa56eea3ac20e (patch) | |
tree | 4aee60faab3c59aeea844cca6b9c988c006765dd /cross | |
parent | 28ad7c705a92208c54e2b817d4476ed8f4c05933 (diff) | |
download | pkgsrc-0e2cf559450ddf3e397a119c018fa56eea3ac20e.tar.gz |
Add and enable dasm.
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 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 |