1 1.4 cgd # $NetBSD: Makefile.inc,v 1.4 1995/02/27 12:54:33 cgd Exp $ 2 1.4 cgd # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 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.3 cgd MAN+= moncontrol.3 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