kern_recvmsg() may not return a valid(non-NULL) pointer to `sa'
[dragonfly.git] / usr.bin / ldd / Makefile
blob3130de95c096b3210a714601c6c3124d9caa2617
1 # $FreeBSD: src/usr.bin/ldd/Makefile,v 1.11 1999/08/28 01:02:42 peter Exp $
2 # $DragonFly: src/usr.bin/ldd/Makefile,v 1.2 2003/06/17 04:29:27 dillon Exp $
4 PROG= ldd
5 SRCS= ldd.c
6 .if ${MACHINE_ARCH} == "i386"
7 SRCS+= sods.c
8 .endif
9 CFLAGS+= -Wall
11 .include <bsd.prog.mk>