blob: 72a67d1556a44f182b7a326fca33b0b8d8f67aa5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:27:59 tholo Exp $
# 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
|