Artifact e6c71388add813b9b3f9e4d7811f34a008fc1a9c25a6b93f742345db1aa3d656:
- File ldconfig.init — part of check-in [5062c9b6fc] at 2019-10-19 22:52:48 on branch trunk — add more services and init targets add daemonizer (user: arcade, size: 389) [annotate] [blame] [check-ins using]
# vim:ft=make: LDCONFIG_PATHS?=/lib /usr/lib /usr/local/lib /usr/pkg/lib LDCONFIG_LOCAL_DIRS?=/usr/local/libdata/ldconfig .for ldc in ${LDCONFIG_PATHS} /etc/ld-elf.so.conf .if exists(${ldc}) ldc+=${ldc} .endif .endfor .for dir in ${LDCONFIG_PATH_DIRS} .if exists(${dir}) ldc+=${:!find ${dir} -type f!} .endif .endfor ldconfig: mountlate : Initializing ldconfig. ldconfig -elf ${ldc}