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