]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ldconfig/Makefile
MFV r322217: 8418 zfs_prop_get_table() call in zfs_validate_name() is a no-op
[FreeBSD/FreeBSD.git] / sbin / ldconfig / Makefile
1 # $FreeBSD$
2
3 PACKAGE=runtime
4 PROG=   ldconfig
5 SRCS=   elfhints.c ldconfig.c shlib.c support.c
6 LDDIR?= ${SRCTOP}/libexec/rtld-aout
7 CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT
8 MAN=    ldconfig.8
9
10 .PATH: ${LDDIR}
11
12 .include <bsd.prog.mk>