]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/ldd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>