]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.bin/ldd/Makefile
Change the current working directory to be inside the jail created by
[FreeBSD/releng/7.2.git] / usr.bin / ldd / Makefile
1 # $FreeBSD$
2
3 PROG?=          ldd
4 SRCS=           ldd.c
5 .if ${MACHINE_ARCH} == "i386"
6 SRCS+=          sods.c
7 .endif
8 WARNS?=         6
9
10 .include <bsd.prog.mk>