Makefile.inc revision 50476
1#	from @(#)Makefile.inc	8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/libc/gmon/Makefile.inc 50476 1999-08-28 00:22:10Z peter $
3
4# gmon sources
5.PATH: ${.CURDIR}/../libc/gmon
6
7SRCS+=	gmon.c mcount.c
8
9.if ${LIB} == "c"
10MAN3+=	moncontrol.3
11
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