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