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