mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
dc36d6f9bb
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
16 lines
251 B
Makefile
16 lines
251 B
Makefile
|
|
# gmon sources
|
|
.PATH: ${LIBC_SRCTOP}/gmon
|
|
|
|
SRCS+= gmon.c mcount.c
|
|
|
|
SYM_MAPS+=${LIBC_SRCTOP}/gmon/Symbol.map
|
|
|
|
MAN+= moncontrol.3
|
|
|
|
MLINKS+=moncontrol.3 monstartup.3
|
|
|
|
# mcount cannot be compiled with profiling
|
|
mcount.po: mcount.o
|
|
cp mcount.o mcount.po
|