freebsd-dev/usr.bin/ldd/Makefile

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

10 lines
114 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
1993-11-03 23:41:59 +00:00
PROG?= ldd
1998-09-16 09:31:48 +00: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>