1# $FreeBSD$
2
3PROG?=		ldd
4SRCS=		ldd.c
5.if ${MACHINE_CPUARCH} == "i386"
6SRCS+=		sods.c
7.endif
8
9.include <bsd.prog.mk>
10