Makefile.inc revision 1.1.1.1 1 # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
2
3 # gmon sources
4 .PATH: ${.CURDIR}/gmon
5
6 SRCS+= gmon.c mcount.c
7 MAN3+= moncontrol.0
8
9 # mcount cannot be compiled with profiling
10 mcount.po: mcount.o
11 cp mcount.o mcount.po
12