Makefile.inc revision 1574
1#	@(#)Makefile.inc	8.1 (Berkeley) 6/4/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