1 # $NetBSD: Makefile.inc,v 1.4 1995/02/27 12:54:33 cgd Exp $ 2 # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 3 4 # gmon sources 5 .PATH: ${.CURDIR}/gmon 6 7 SRCS+= gmon.c mcount.c 8 MAN+= moncontrol.3 9 10 # mcount cannot be compiled with profiling 11 mcount.po: mcount.o 12 cp mcount.o mcount.po 13