freebsd-dev/lib/libc/gmon/Makefile.inc
Garrett Wollman 2ceb2ce9ee First crack at making libc work with the new make macros. It compiles on
my machine, and a simple static (genassym) and shared (sysctl) executable
both work.  Still to be done: RPCand YP merge.
1994-08-05 01:19:12 +00:00

12 lines
216 B
Makefile

# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# gmon sources
.PATH: ${.CURDIR}/gmon
SRCS+= gmon.c mcount.c
MAN3+= gmon/moncontrol.3
# mcount cannot be compiled with profiling
mcount.po: mcount.o
cp mcount.o mcount.po