xref: /freebsd/usr.bin/ldd/Makefile (revision 4ed925457ab06e83238a5db33e89ccc94b99a713)
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