summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-02-12 21:12:47 +0000
committeremaste <emaste@FreeBSD.org>2016-02-12 21:12:47 +0000
commit3c199a1603840b41f079ef2a95ca07b300fbd844 (patch)
treea21f3ce3a6083f92907d99d0e7f3b716ab9166e0 /lib/Makefile
parente659a689f9d8783176a86c10c3cd713f6eea1085 (diff)
downloadFreeBSD-src-3c199a1603840b41f079ef2a95ca07b300fbd844.zip
FreeBSD-src-3c199a1603840b41f079ef2a95ca07b300fbd844.tar.gz
Add libpe for elfcopy(1) PE/COFF support
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index ccc6507..699aa6a 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -80,6 +80,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
libopie \
libpam \
libpcap \
+ ${_libpe} \
libpjdlog \
${_libpmc} \
${_libproc} \
@@ -184,6 +185,7 @@ _cuse= libcuse
.if ${MK_TOOLCHAIN} != "no"
_libelftc= libelftc
+_libpe= libpe
.endif
.if ${MK_FILE} != "no"
OpenPOWER on IntegriCloud