]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sbin/ldconfig/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>