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