Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sbin / ldconfig / Makefile
1 # $FreeBSD: src/sbin/ldconfig/Makefile,v 1.15.2.1 2001/04/25 10:58:31 ru Exp $
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>