]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/ldd/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>