freebsd-dev/sbin/ldconfig/Makefile
Ed Maste 50a40d0911 ldconfig: Retire a.out support
aout support in ldconfig hasn't been required since FreeBSD 2.x.
If someone needs to use FreeBSD 2 shared libraries they will be best
served by using a FreeBSD 2 ldconfig as well.

In aa5e1b42e6 we removed the ldconfig a.out invocation from rc.d but
left the support in ldconfig itself.  Remove it now.

Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D27481
2020-12-31 10:29:08 -05:00

9 lines
112 B
Makefile

# $FreeBSD$
PACKAGE=runtime
PROG= ldconfig
SRCS= elfhints.c ldconfig.c
MAN= ldconfig.8
.include <bsd.prog.mk>