1 # $NetBSD: Makefile.inc,v 1.5 2000/09/05 16:28:31 thorpej Exp $ 2 # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 3 4 # gmon sources 5 .PATH: ${.CURDIR}/gmon ${ARCHDIR}/gmon 6 7 .-include "${ARCHDIR}/gmon/Makefile.inc" 8 9 SRCS+= gmon.c mcount.c 10 MAN+= moncontrol.3 11 12 # mcount cannot be compiled with profiling 13 mcount.po: mcount.o 14 cp mcount.o mcount.po 15