summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/gmon/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/gmon/Makefile.inc')
-rw-r--r--lib/libc_r/gmon/Makefile.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libc_r/gmon/Makefile.inc b/lib/libc_r/gmon/Makefile.inc
new file mode 100644
index 0000000..f0cc7e5
--- /dev/null
+++ b/lib/libc_r/gmon/Makefile.inc
@@ -0,0 +1,10 @@
+# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
+
+# gmon sources
+.PATH: ${.CURDIR}/../libc/gmon
+
+SRCS+= gmon.c mcount.c
+
+# mcount cannot be compiled with profiling
+mcount.po: mcount.o
+ cp mcount.o mcount.po
OpenPOWER on IntegriCloud