diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-26 11:59:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-26 11:59:37 +0000 |
commit | de22d21a59eb8c9a686e74531aea80a83765c58c (patch) | |
tree | 30d0534bdbb1f8dece6e56442697bbc3817ee552 /devel/Makefile | |
parent | Add checksums for 2.0.1 and 2.1.1. (diff) |
add elfio
ELF (Executable and Linkable Format) reader and producer
Notes
Notes:
svn path=/head/; revision=45504
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 56d7587d9b28..de1d16c2e26e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -105,6 +105,7 @@ SUBDIR += doxygen SUBDIR += ebnf2yacc SUBDIR += ecgi + SUBDIR += elfio SUBDIR += elftoaout SUBDIR += elib-emacs SUBDIR += elib-emacs20 |