freebsd-dev/usr.bin/ldd/Makefile
David Malone a1e5be4482 The type of some aout header types changed to uint_32, so now we need
to cast to long before printing. While I'm here, raise WARNS to 6.
2004-06-29 21:13:15 +00:00

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>