xref: /freebsd/lib/libc/gmon/Makefile.inc (revision 390e8cc2974df1888369c06339ef8e0e92b312b6)
1#	from @(#)Makefile.inc	8.1 (Berkeley) 6/4/93
2# $FreeBSD$
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