Add wrapper for the cross-tools stage.
[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.4 2006/10/17 00:55:42 pavalos Exp $
3
4 PROG=   ldconfig
5 SRCS=   elfhints.c ldconfig.c
6 MAN=    ldconfig.8
7
8 .include <bsd.prog.mk>