Remove tm.h and xm.h handling, as it wasn't used. Use nm.h only when needed.
[dragonfly.git] / sbin / ldconfig / Makefile
blob6a04221f70a272d224ed81be27861cd7f3650bf4
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 $
4 PROG= ldconfig
5 SRCS= elfhints.c ldconfig.c
6 MAN= ldconfig.8
8 .include <bsd.prog.mk>