diff options
author | emaste <emaste@FreeBSD.org> | 2016-02-12 21:12:47 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2016-02-12 21:12:47 +0000 |
commit | 3c199a1603840b41f079ef2a95ca07b300fbd844 (patch) | |
tree | a21f3ce3a6083f92907d99d0e7f3b716ab9166e0 /lib/Makefile | |
parent | e659a689f9d8783176a86c10c3cd713f6eea1085 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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" |