Revert to conservative defaults. WITH_PROFILE is a default now.

NO_PROFILE overrides in Makefile.inc1 and bsd.own.m are left intact
so that the reversal to the WITHOUT_PROFILE will be easier in future.
This commit is contained in:
Max Khon 2011-12-02 09:09:54 +00:00
parent aba07fdf5a
commit 5f73185f0f
3 changed files with 4 additions and 4 deletions

View file

@ -383,6 +383,7 @@ __DEFAULT_YES_OPTIONS = \
PMC \
PORTSNAP \
PPP \
PROFILE \
QUOTAS \
RCMDS \
RCS \
@ -418,8 +419,7 @@ __DEFAULT_NO_OPTIONS = \
ICONV \
IDEA \
LIBCPLUSPLUS \
OFED \
PROFILE
OFED
#
# Default behaviour of some options depends on the architecture. Unfortunately

View file

@ -0,0 +1,2 @@
.\" $FreeBSD$
Set to avoid compiling profiled libraries.

View file

@ -1,2 +0,0 @@
.\" $FreeBSD$
Set to build profiled libraries.