diff options
author | emaste <emaste@FreeBSD.org> | 2013-09-03 15:22:04 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2013-09-03 15:22:04 +0000 |
commit | 4f53813f88df44c7bf7c7c5d15d2fd3bada36ab7 (patch) | |
tree | 49200575d7110d15791084b369c6a15fbe83f30a /lib/Makefile | |
parent | e3bbc9eb391688555f18ba164956fff19f72368a (diff) | |
download | FreeBSD-src-4f53813f88df44c7bf7c7c5d15d2fd3bada36ab7.zip FreeBSD-src-4f53813f88df44c7bf7c7c5d15d2fd3bada36ab7.tar.gz |
Connect libexecinfo to the build
Sponsored by: DARPA, AFRL
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6e64925..feca8d3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -72,6 +72,7 @@ SUBDIR= ${SUBDIR_ORDERED} \ libdwarf \ libedit \ ${_libefi} \ + libexecinfo \ libexpat \ libfetch \ libgeom \ |