a1e5be4482
to cast to long before printing. While I'm here, raise WARNS to 6.
11 lines
124 B
Makefile
11 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ldd
|
|
SRCS= ldd.c
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SRCS+= sods.c
|
|
.endif
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|