xref: /dragonfly/sbin/ldconfig/Makefile (revision 2cd2d2b5)
1# $FreeBSD: src/sbin/ldconfig/Makefile,v 1.15.2.1 2001/04/25 10:58:31 ru Exp $
2# $DragonFly: src/sbin/ldconfig/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $
3
4PROG=	ldconfig
5SRCS=	elfhints.c ldconfig.c shlib.c support.c
6LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
7CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT
8MAN=	ldconfig.8
9
10.PATH: ${LDDIR}
11
12.include <bsd.prog.mk>
13