freebsd_amp_hwpstate/sbin/ldconfig/Makefile

12 lines
252 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.13 1998/06/12 10:43:18 peter Exp $
1993-11-03 23:41:59 +00:00
PROG= ldconfig
SRCS= elfhints.c ldconfig.c shlib.c support.c
LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT
MAN8= ldconfig.8
1993-11-03 23:41:59 +00:00
.PATH: ${LDDIR}
1993-11-03 23:41:59 +00:00
.include <bsd.prog.mk>