xref: /freebsd/lib/libc/gmon/Makefile.inc (revision 17d6c636720d00f77e5d098daf4c278f89d84f7b)
1#	from @(#)Makefile.inc	8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4# gmon sources
5.PATH: ${.CURDIR}/../libc/gmon
6
7SRCS+=	gmon.c mcount.c
8
9.if ${LIB} == "c"
10MAN+=	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