1 # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/lib/libc/gmon/Makefile.inc,v 1.8 2001/03/27 17:26:47 ru Exp $
12 #MLINKS+=moncontrol.3 monstartup.3
15 # mcount cannot be compiled with profiling
17 ${CC} -O -pipe -arch ${MACHINE_ARCH} -Wmost -g -fno-common \
18 -no-cpp-precomp -force_cpusubtype_ALL -I${.CURDIR}/include \
19 -I${.CURDIR}/include/objc \
21 -c ${.CURDIR}/gmon/gmon.c -o gmon.po