diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-04-18 17:36:11 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-04-18 17:36:11 +0000 |
commit | 2f094db440cf8bad2637747785f17aa84e67d2ea (patch) | |
tree | 6b96907c6e6dea8ed9f0ee3018921c4779a8f854 /devel/Makefile | |
parent | Add sdl_image, sdl_mixer, and sdl_ttf to LIB_DEPENDS. (diff) |
libelf is a public library for manipulation of ELF files.
PR: 26190
Submitted by: Kevin Van Maren <vanmaren@fast.cs.utah.edu>
Notes
Notes:
svn path=/head/; revision=41651
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 78fba4d02cd2..c901f9ccb998 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -180,6 +180,7 @@ SUBDIR += libcoro SUBDIR += libdlmalloc SUBDIR += libdsp + SUBDIR += libelf SUBDIR += libffi SUBDIR += libg++ SUBDIR += libgetline |