summaryrefslogtreecommitdiff
path: root/usr.bin/ldd/ldd_elf/Makefile
AgeCommit message (Expand)Author
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-08-27Implement MKDYNAMICROOT, which currently defaults to "no", but willlukem
2002-01-23Update ELFSIZE and VARPSZ arch lists.thorpej
2001-07-13arm is variable page size.matt
2000-07-10Make this compile on sparc64.eeh
2000-02-20Use LDSTATIC, not LDFLAGS.mycroft
1999-07-06Define _RTLD_SOURCE so this builds again. PR 7927, itojun@itojun.org.thorpej
1999-06-26Handle variable page size on sparc. See libexec/ld.elf_so/rtld.h rev 1.13.hannken
1998-12-17Build ldd.1, and make it work with the extra directory depth.thorpej
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