]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ldconfig/Makefile
zfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release) into stable/13
[FreeBSD/FreeBSD.git] / sbin / ldconfig / Makefile
1 # $FreeBSD$
2
3 PACKAGE=runtime
4 PROG=   ldconfig
5 SRCS=   elfhints.c ldconfig.c
6 CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
7 MAN=    ldconfig.8
8
9 .include <bsd.prog.mk>