5 lines
63 B
Makefile
5 lines
63 B
Makefile
|
.if !defined(LIBELF_AR)
|
||
|
DPADD+= ${LIBBZ2}
|
||
|
LDADD+= -lbz2
|
||
|
.endif
|