mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 11:13:11 -04:00
dynamic linking information in the executable. It's quite extensive. It's connected to ldd's (new) -v option.
7 lines
124 B
Makefile
7 lines
124 B
Makefile
# $Id: Makefile,v 1.3 1993/12/16 21:51:27 nate Exp $
|
|
|
|
PROG= ldd
|
|
SRCS= ldd.c sods.c
|
|
BINDIR= /usr/bin
|
|
|
|
.include <bsd.prog.mk>
|