summaryrefslogtreecommitdiffstats
path: root/lib/libc/gmon/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Backed out rev.1.10 (a special case for amd64). The amd64 mcount codebde2006-10-281-6/+0
| | | | never needed any frame pointers for itself.
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
|
* For amd64, explicitly compile mcount.po, rather than copying mcount.o. Wepeter2004-05-181-0/+6
| | | | | need to compile it with -fno-omit-frame-pointers since the mcount code depends on that, and by default it omits them without -pg.
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-3/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Format the MLINKS statement the same as in most other libc Makefile.inc's.bde1997-12-191-2/+3
|
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-3/+2
| | | | | were a workaround for limitations in bsd.man.mk that were fixed about 2 years ago.
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-2/+7
| | | | | | | | | | so that all these makefiles can be used to build libc_r too. Added .if ${LIB} == "c" tests to restrict man page builds to libc to avoid needlessly building them with libc_r too. Split libc Makefile into Makefile and Makefile.inc to allow the libc_r Makefile to include Makefile.inc too.
* Add moncontrol.3 -> monstartup.3 link here.phk1995-10-151-0/+1
|
* First crack at making libc work with the new make macros. It compiles onwollman1994-08-051-1/+1
| | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+11
OpenPOWER on IntegriCloud