]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sbin/ldconfig/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>