mirror of
https://github.com/opnsense/src.git
synced 2026-05-13 17:50:39 -04:00
In 2018, the commit r328100 (0fdf7fa846) removed libxo(3) support from ls(1), so ftpd has no reasons to link with libxo since then. (cherry picked from commit796d48ec41)
24 lines
380 B
Makefile
24 lines
380 B
Makefile
# $FreeBSD$
|
|
# Autogenerated - do NOT edit!
|
|
|
|
DIRDEPS = \
|
|
include \
|
|
include/arpa \
|
|
include/xlocale \
|
|
lib/${CSU_DIR} \
|
|
lib/libc \
|
|
lib/libcompiler_rt \
|
|
lib/libcrypt \
|
|
lib/libmd \
|
|
lib/libopie \
|
|
lib/libthr \
|
|
lib/libutil \
|
|
lib/msun \
|
|
usr.bin/yacc.host \
|
|
|
|
|
|
.include <dirdeps.mk>
|
|
|
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
|
# local dependencies - needed for -jN in clean tree
|
|
.endif
|