012dfd00b3
Submitted by: john birrel One version of the pthreads library another will follow with differnt actions under some cases.. not QUITE complete
11 lines
199 B
Makefile
11 lines
199 B
Makefile
# @(#)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
|