diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-07 05:24:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-07 05:24:22 +0000 |
commit | e541bd8eee32a447faddbda35d0692954bc51ffe (patch) | |
tree | a96ad5709c3d7380fa3387a9c14162ab9bb10b82 /devel/Makefile | |
parent | Update to 0.3. (diff) |
add yasm 0.2.1
A complete rewrite of the NASM assembler
Notes
Notes:
svn path=/head/; revision=78492
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ea0860f5dba9..f94e45c4cb6f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -918,6 +918,7 @@ SUBDIR += xwpe SUBDIR += xxgdb SUBDIR += yacl + SUBDIR += yasm SUBDIR += z80-asm SUBDIR += zthread SUBDIR += zziplib |