]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/ldd/Makefile
contrib/terminus: update to terminus-font-4.49.1
[FreeBSD/FreeBSD.git] / usr.bin / ldd / Makefile
1 # $FreeBSD$
2
3 PROG?=          ldd
4 SRCS=           ldd.c
5
6 CFLAGS+=        -I${SRCTOP}/libexec/rtld-elf
7 LIBADD=         elf
8
9 .include <bsd.prog.mk>