Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sbin/ldconfig/Makefile
39475 views
PACKAGE=runtime
PROG=	ldconfig
SRCS=	elfhints.c ldconfig.c
CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
MAN=	ldconfig.8

.include <bsd.prog.mk>