1 # from: @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 2 # $Id: Makefile.inc,v 1.2 1994/05/14 06:31:10 cgd Exp $ 3 4 # gmon sources 5 .PATH: ${.CURDIR}/gmon 6 7 SRCS+= gmon.c mcount.c 8 MAN3+= moncontrol.0 9 10 # mcount cannot be compiled with profiling 11 mcount.po: mcount.o 12 cp mcount.o mcount.po 13