]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/ldd/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / ldd / Makefile
1 # $FreeBSD$
2
3 PROG?=          ldd
4 SRCS=           ldd.c
5 .if ${MACHINE_CPUARCH} == "i386"
6 SRCS+=          sods.c
7 .endif
8
9 .include <bsd.prog.mk>