]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/ldconfig/Makefile
MFC r368207,368607:
[FreeBSD/stable/10.git] / sbin / ldconfig / Makefile
1 # $FreeBSD$
2
3 PROG=   ldconfig
4 SRCS=   elfhints.c ldconfig.c shlib.c support.c
5 LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
6 CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT
7 MAN=    ldconfig.8
8
9 .PATH: ${LDDIR}
10
11 .include <bsd.prog.mk>