xref: /freebsd/usr.bin/ldd/Makefile (revision 81d9009a65509ab6e68dcea60a5c46c7179470c4)
1# $FreeBSD$
2
3PROG=		ldd
4SRCS=		ldd.c
5.if ${MACHINE_ARCH} == "i386"
6SRCS+=		sods.c
7.endif
8
9.include <bsd.prog.mk>
10