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