Clean up WITH*_PROFILE

- Clarify that profiled libraries are usable with gprof(8).
- Add WITH_PROFILE to complement WITHOUT_PROFILE and placate makeman.

MFC after:	7 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-04-20 03:36:09 +00:00
parent bcdf1a2d4e
commit 863d0264b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317179
2 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,3 @@
.\" $FreeBSD$
Set to avoid compiling profiled libraries.
Set to not build profiled libraries for use with
.Xr gprof 8 .

View File

@ -0,0 +1,3 @@
.\" $FreeBSD$
Set to build profiled libraries for use with
.Xr gprof 8 .