mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
15 lines
263 B
Makefile
15 lines
263 B
Makefile
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
# gmon sources
|
|
.PATH: ${.CURDIR}/gmon
|
|
|
|
SRCS+= gmon.c mcount.c
|
|
|
|
MAN+= moncontrol.3
|
|
|
|
MLINKS+=moncontrol.3 monstartup.3
|
|
|
|
# mcount cannot be compiled with profiling
|
|
mcount.po: mcount.o
|
|
cp mcount.o mcount.po
|