# $FreeBSD: head/usr.bin/ldd/Makefile 201386 2010-01-02 10:27:05Z ed $ PROG?= ldd SRCS= ldd.c .if ${MACHINE_ARCH} == "i386" SRCS+= sods.c .endif .include