aboutsummaryrefslogtreecommitdiff
path: root/sbin/ldconfig/Makefile
blob: 2ed58431fc03f2130689360cd50bddd39e72515c (plain) (blame)
1
2
3
4
5
6
7
8

PACKAGE=runtime
PROG=	ldconfig
SRCS=	elfhints.c ldconfig.c
CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
MAN=	ldconfig.8

.include <bsd.prog.mk>