Makefile.inc revision 107052
1#	from @(#)Makefile.inc	8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/libc/gmon/Makefile.inc 107052 2002-11-18 09:50:57Z ru $
3
4# gmon sources
5.PATH: ${.CURDIR}/gmon
6
7SRCS+=	gmon.c mcount.c
8
9MAN+=	moncontrol.3
10
11MLINKS+=moncontrol.3 monstartup.3
12
13# mcount cannot be compiled with profiling
14mcount.po: mcount.o
15	cp mcount.o mcount.po
16