diff options
Diffstat (limited to 'usr.bin/ldd/Makefile')
| -rw-r--r-- | usr.bin/ldd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile new file mode 100644 index 000000000000..bb04f4550e32 --- /dev/null +++ b/usr.bin/ldd/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +PROG= ldd +SRCS= ldd.c +.if ${MACHINE_ARCH} == "i386" +SRCS+= sods.c +.endif +WARNS?= 6 + +.include <bsd.prog.mk> |
