xref: /original-bsd/lib/libc/gmon/Makefile.inc (revision 9cc8b07d)
1#	@(#)Makefile.inc	5.1 (Berkeley) 07/10/92
2
3# gmon sources
4.PATH: ${.CURDIR}/gmon
5
6SRCS+=	gmon.c mcount.c
7
8# mcount cannot be compiled with profiling
9mcount.po: mcount.o
10	cp mcount.o mcount.po
11