af91158706
instead of duplicating definitions using slighly different macro names. Reviewed by: emaste Tested by: jbeich Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D33058
10 lines
150 B
Makefile
10 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= ldconfig
|
|
SRCS= elfhints.c ldconfig.c
|
|
CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
|
|
MAN= ldconfig.8
|
|
|
|
.include <bsd.prog.mk>
|