1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/usr.bin/ldd/Makefile
2002-04-28 12:54:24 +00:00

10 lines
113 B
Makefile

# $FreeBSD$
PROG= ldd
SRCS= ldd.c
.if ${MACHINE_ARCH} == "i386"
SRCS+= sods.c
.endif
.include <bsd.prog.mk>