aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gcore/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove a.out support from gcore(1).David Schultz2004-11-271-6/+0
| | | | Notes: svn path=/head/; revision=138127
* Use a crowbar to move the a.out code out of gcore.c and into its ownPeter Wemm2002-09-131-5/+3
| | | | | | | | | file so that we have a chance of using gcore on non-i386 platforms. Use linker sets to reduce the registration glue. Remove md-sparc.c, we do not have an a.out sparc32 port. aoutcore.c was repocopied from gcore.c. Notes: svn path=/head/; revision=103299
* Don't use gcc specific flags.David Malone2002-03-301-1/+0
| | | | Notes: svn path=/head/; revision=93442
* ${MACHINE} -> ${MACHINE_ARCH}Marcel Moolenaar1999-11-141-2/+3
| | | | | | | | | | | | | | | | | | | All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH Notes: svn path=/head/; revision=53152
* Make gcore work for ELF.John Polstra1998-10-191-1/+2
| | | | Notes: svn path=/head/; revision=40525
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8874
* Add dependencies on libraries to DPADD. Someday this should be doneBruce Evans1994-08-281-0/+1
| | | | | | | | | automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries. Notes: svn path=/head/; revision=2375
* Corrected to work without symbolic links for md-${MACHINE}.c.Rodney W. Grimes1994-05-291-1/+7
| | | | Notes: svn path=/head/; revision=1626
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+7
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590