Build libelf and mkimage in world

This commit is contained in:
Arun Thomas
2011-06-29 00:17:35 +02:00
parent 2e8d1eda1b
commit ecb1c96fc5
7 changed files with 20 additions and 11 deletions

View File

@@ -20,6 +20,10 @@ SUBDIR= csu ${LIBCOMPAT_DIR} ${LIBC_DIR} libcurses libdriver libnetdriver \
libexec libdevman libusb ${LIBMINLIB_DIR} ${LIBASYN_DIR} \
libddekit
.if defined(NBSD_LIBC) && (${NBSD_LIBC} != "no")
SUBDIR+= libelf
.endif
.if ${COMPILER_TYPE} == "ack"
SUBDIR+= ack/libd ack/libe ack/libfp ack/liby
.endif