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