Merge branch 'vendor/TNFTP'
[dragonfly.git] / usr.bin / ldd / Makefile
blob9c95ff1a3fdd3c3d4734474f98ef9a5443d37f6b
1 # $FreeBSD: src/usr.bin/ldd/Makefile,v 1.11 1999/08/28 01:02:42 peter Exp $
3 PROG= ldd
4 SRCS= ldd.c
5 .if ${MACHINE_ARCH} == "i386"
6 SRCS+= sods.c
7 .endif
8 WARNS?= 2
10 .include <bsd.prog.mk>