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