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