blob: 3c4d53b572f3578d940bc341731fd08bb2d04ed9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile.inc,v 1.3 1998/08/29 21:11:38 deraadt Exp $
# gmon sources
.PATH: ${.CURDIR}/gmon
SRCS+= gmon.c mcount.c
MAN+= moncontrol.3
MLINKS+=moncontrol.3 monstartup.3
# mcount cannot be compiled with profiling
mcount.po: mcount.o
cp mcount.o mcount.po
|