Deleted Added
sdiff udiff text old ( 30447 ) new ( 31869 )
full compact
1# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
2# $Id: Makefile.inc,v 1.5 1997/10/15 16:15:29 bde Exp $
3
4# gmon sources
5.PATH: ${.CURDIR}/../libc/gmon
6
7SRCS+= gmon.c mcount.c
8
9.if ${LIB} == "c"
10MAN3+= 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