Makefile.inc revision 25401
1#	from @(#)Makefile.inc	8.1 (Berkeley) 6/4/93
2#	$Id$
3
4# gmon sources
5.PATH: ${.CURDIR}/../libc/gmon
6
7SRCS+=	gmon.c mcount.c
8
9# Only build man pages with libc.
10.if ${LIB} == "c"
11MAN3+=	gmon/moncontrol.3
12MLINKS+= moncontrol.3 monstartup.3
13.endif
14
15# mcount cannot be compiled with profiling
16mcount.po: mcount.o
17	cp mcount.o mcount.po
18