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