Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / lib / libc / gmon / Makefile.inc
blob79037179515ab3affcfb8076088979d7425a5981
1 #       from @(#)Makefile.inc   8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/lib/libc/gmon/Makefile.inc,v 1.12 2006/10/28 13:34:35 bde Exp $
3 # $DragonFly: src/lib/libc/gmon/Makefile.inc,v 1.2 2003/06/17 04:26:42 dillon Exp $
5 # gmon sources
6 .PATH: ${.CURDIR}/../libc/gmon
8 SRCS+=  gmon.c mcount.c
10 .if ${LIB} == "c"
11 MAN+=   moncontrol.3
13 MLINKS+=moncontrol.3 monstartup.3
14 .endif
16 # mcount cannot be compiled with profiling
17 mcount.po: mcount.o
18         cp mcount.o mcount.po