BSD 4_4 release
[unix-history] / usr / src / lib / libc / gmon / Makefile.inc
CommitLineData
ad787160 1# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
aeedc7fa
KM
2
3# gmon sources
4.PATH: ${.CURDIR}/gmon
5
6SRCS+= gmon.c mcount.c
6b5050fb 7MAN3+= moncontrol.0
aeedc7fa
KM
8
9# mcount cannot be compiled with profiling
10mcount.po: mcount.o
11 cp mcount.o mcount.po