freebsd-src/usr.bin/ldd/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
101 B
Makefile
Raw Permalink Normal View History

PROG?= ldd
1998-09-16 10:31:48 +01:00
SRCS= ldd.c
1993-11-03 23:41:59 +00:00
CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
LIBADD= elf
1993-11-03 23:41:59 +00:00
.include <bsd.prog.mk>