Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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 # $DragonFly: src/sbin/ldconfig/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $
3
4 PROG=   ldconfig
5 SRCS=   elfhints.c ldconfig.c shlib.c support.c
6 LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
7 CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT
8 MAN=    ldconfig.8
9
10 .PATH: ${LDDIR}
11
12 .include <bsd.prog.mk>