]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ldconfig/Makefile
Followup to r347996
[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>