13 lines
251 B
Makefile
13 lines
251 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
|
|
# gmon sources
|
|
.PATH: ${.CURDIR}/gmon
|
|
|
|
SRCS+= gmon.c mcount.c
|
|
MAN3+= gmon/moncontrol.3
|
|
MLINKS+= moncontrol.3 monstartup.3
|
|
|
|
# mcount cannot be compiled with profiling
|
|
mcount.po: mcount.o
|
|
cp mcount.o mcount.po
|