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