summaryrefslogtreecommitdiff
path: root/usr.bin/ldd/Makefile
AgeCommit message (Expand)Author
2009-12-15make this actually build on mips64.mrg
2009-12-13- adjust the logic for compat ldd: add an elf32_compat module and arrangemrg
2009-08-22kill ldd_aout. it didn't work anyway...not since i don't know when.mrg
2009-08-20Um, the test for mips should use MACHINE_CPU, not MACHINE_ARCH.he
2009-08-20Don't include <a.out.h> unless it's needed, and don't buildhe
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-01-07- rework this a bunch to make it work inside /rescue/ldd.mrg
2009-01-06- get rid of building an a.out-happy ldd (but keep supporting a.outmrg
1998-12-15Move a.out version of ldd(1) to the usr.bin tree; elf and a.outpk
1997-10-19don't define WARNS=1 herelukem
1997-10-11CFLAGS->CPPFLAGS, and general cleanup; add WARNSchristos
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
1997-05-06Use .PATH.c: ...gwr
1996-12-17Mipsel changes to ELF ldd/ld.so:jonathan
1996-12-16First cut at an elf-aware ldd. Originally from John Polstra's FreeBSD elfcgd