xref: /original-bsd/lib/libc/gmon/Makefile.inc (revision c3e32dec)
1#	@(#)Makefile.inc	8.1 (Berkeley) 06/04/93
2
3# gmon sources
4.PATH: ${.CURDIR}/gmon
5
6SRCS+=	gmon.c mcount.c
7MAN3+=	moncontrol.0
8
9# mcount cannot be compiled with profiling
10mcount.po: mcount.o
11	cp mcount.o mcount.po
12