]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libc/gmon/Makefile.inc
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libc / gmon / Makefile.inc
1 #       from @(#)Makefile.inc   8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 # gmon sources
5 .PATH: ${.CURDIR}/gmon
6
7 SRCS+=  gmon.c mcount.c
8
9 SYM_MAPS+=${.CURDIR}/gmon/Symbol.map
10
11 MAN+=   moncontrol.3
12
13 MLINKS+=moncontrol.3 monstartup.3
14
15 # mcount cannot be compiled with profiling
16 mcount.po: mcount.o
17         cp mcount.o mcount.po