Ruslan Ermilov
9a594a3eb7
Removed one more Alpha leftover.
2009-12-21 12:32:13 +00:00
Dag-Erling Smørgrav
3f15422a91
On i386, make "prescott" an alias for "nocona" (instead of the other way
...
around), and introduce "core", along with the alias "core2". All of these
enable SSE3.
On amd64, add "core2" (enables SSE3).
MFC after: 3 weeks
2007-01-17 12:43:06 +00:00
Warner Losh
fe976fdd35
Remove references to pccard.conf, it is no longer used.
2006-10-19 05:19:00 +00:00
Ruslan Ermilov
bb077f2d54
- Change the example CFLAGS entry to match our default in sys.mk.
...
- Document that -fno-strict-aliasing is required for -O2.
Prodded by: users of stable@
2006-09-13 10:20:56 +00:00
Dag-Erling Smørgrav
7fa5ba9e34
Add CPUTYPE support for Via C3 and C3-2 processors.
...
MFC after: 2 weeks
2006-07-19 11:27:19 +00:00
Matteo Riondato
ba9dfb8097
Close a "(" I left open.
2006-05-16 17:10:16 +00:00
Matteo Riondato
273733f2c8
Update README.examples according to the current state of the examples/etc directory
...
PR: conf/97232
2006-05-15 17:43:51 +00:00
Ruslan Ermilov
862aa05f64
Remove mentions of old compat options from here; equivalents are
...
now provided in src.conf(5).
2006-03-21 09:49:05 +00:00
Maxime Henrion
ccade99c75
Also refer to csup in the example SUP setting.
2006-03-19 15:54:45 +00:00
Hajimu UMEMOTO
da6d4b7924
Mention NO_NLS_CATALOGS.
2006-02-22 03:42:56 +00:00
Sam Leffler
b3babfdc25
Change default build of wpa_supplicant to include EAPOL support;
...
ENABLE_WPA_SUPPLICANT_EAPOL is no more, now use NO_WPA_SUPPLICANT_EAPOL
to build with only WPA-PSK support.
Reviewed by: ru, bsdimp (basic approach)
MFC after: 1 week
2006-02-14 23:51:21 +00:00
Christian Brueffer
8a77bdd57f
Document NO_AUDIT.
...
Obtained from: TrustedBSD Project
2006-02-12 19:56:01 +00:00
Ian Dowse
2e46a159cc
Remove usbd(8) and all references to it. It is no longer necessary
...
since devd(8) now provides the same functionality.
Submitted by: Anish Mistry
2005-12-15 01:04:51 +00:00
Giorgos Keramidas
0f8089cdf2
Clarify a comment to make it clear that it is NO_NIS that "If it is set"
...
refers to and add extra '#' comment characters at the beginning of two
lines that started with TABs, to avoid warnings like:
"/etc/make.conf", line 128: Unassociated shell command "# If set, you might need to adopt your"
"/etc/make.conf", line 129: Unassociated shell command "# nsswitch.conf(5) and remove `nis' entries."
PR: misc/89423
Submitted by: Scot W. Hetzel
2005-11-27 07:30:21 +00:00
Maxim Konovalov
7c802bac72
s/RADUIS/RADIUS/
...
Submitted by: jisakiel@yahoo.es
MFC after: 1 week
2005-10-23 19:37:55 +00:00
Tom Rhodes
bf148c3eaf
A better, more correct explination of NO_SHARED. This could probably
...
use a quick touch up, but at least it's correct.
Requested by: ru
2005-10-22 10:24:53 +00:00
Bjoern A. Zeeb
e08d691ba3
Document that changes to nsswitch.conf might be needed when
...
compiling with NO_NIS.
[ also see make.conf(5) and nsswitch.conf(5) ]
Reviewed by: ru
Requested by: dougb (and bin/87221)
MFC: 22 days
2005-10-17 17:01:54 +00:00
David E. O'Brien
3da722dad7
Remove WANT_FORCE_OPTIMIZATION_DOWNGRADE and out dated warnings about
...
libalias(3) exposing compiler bugs.
2005-09-06 09:01:18 +00:00
Sam Leffler
e7af1f56e9
document ENABLE_WPA_SUPPLICANT_EAPOL
...
Approved by: re (scottl)
2005-07-08 19:26:55 +00:00
Dag-Erling Smørgrav
58b705b330
The Nocona may be AMD64 compatible, but it is still an Intel part.
...
Pointy hat to: trhodes
MFC after: 1 week
2005-05-08 10:11:33 +00:00
Pawel Jakub Dawidek
a181e79248
Document 'pentium-m' CPUTYPE.
2005-05-06 13:14:48 +00:00
Poul-Henning Kamp
d668f22a0c
Add NO_DICT handle. Saves almost 3.5 MB installed.
2005-04-13 10:02:58 +00:00
Lukas Ertl
232e29aab0
Typo.
2005-03-21 22:22:13 +00:00
Tom Rhodes
048ba27c18
Add NO_RCMDS to the list.
2005-03-02 03:49:02 +00:00
Tom Rhodes
8c38f62e6a
Resort the CPU list with regards to recently added CPUs.
...
Prodded by: glewis
2005-02-25 19:32:51 +00:00
Tom Rhodes
ef9a01a427
Fix up previous commit by adding prescott and itanium2 CPUs.
...
Submitted by: marcel
2005-02-23 03:28:14 +00:00
Tom Rhodes
aa7fd9158c
Add 'nocona' to the list of Intel ia64 CPUs and k8 to the AMD CPUs.
...
Replace -fmemoize-lookups -fsave-memoized with a working example,
-fconserve-space. To quote part of the GCC docs on this option:
"Put uninitialized or runtime-initialized global variables into the
common segment, as C does."
MFC after: 2 days
Submitted by: Daniel Gerzo <danger@rulez.sk> (original version)
2005-02-23 01:10:28 +00:00
Poul-Henning Kamp
d2d72ed9bd
Document NO_GPIB
2005-02-06 16:46:49 +00:00
Xin LI
e84187b685
Document NO_NETCAT.
2005-02-06 14:59:03 +00:00
Wes Peters
008c601837
Document the shiny new WITHOUT_MODULES knob in make.conf.
...
PR: kern/76225
Prodded by: ru@, brueffer@
MFC after: 2 weeks
2005-01-21 03:51:07 +00:00
Ruslan Ermilov
8340281fb1
NOIPSEC -> TRACEROUTE_NO_IPSEC
2004-12-21 12:44:20 +00:00
Ruslan Ermilov
6495335e69
NOSHARE -> NO_SHARE
2004-12-21 12:13:23 +00:00
Ruslan Ermilov
dd991de030
Overhaul ppp(8) build options so they are safe to use in
...
/etc/make.conf:
NOALIAS -> retired (support provided by PPP_NO_NAT)
NOATM -> PPP_NO_ATM (also subject to NO_ATM global)
NODES -> PPP_NO_DES (support was broken, now recovered)
NOI4B -> PPP_NO_I4B (also subject to NO_I4B global)
NOKLDLOAD -> PPP_NO_KLDLOAD
NONAT -> PPP_NO_NAT
NONETGRAPH -> PPP_NO_NETGRAPH
NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global)
NORADIUS -> PPP_NO_RADIUS
NOSUID -> retired (support provided by PPP_NO_SUID)
PPP_NOSUID -> PPP_NO_SUID
2004-12-21 12:01:15 +00:00
Ruslan Ermilov
731db6a428
NOINET6 -> NO_INET6
2004-12-21 10:49:29 +00:00
Ruslan Ermilov
39a855c2a1
NOGAMES -> NO_GAMES
2004-12-21 10:36:54 +00:00
Ruslan Ermilov
a216173556
NOCRYPT -> NO_CRYPT
2004-12-21 10:16:04 +00:00
Ruslan Ermilov
83c7ade90a
NOSHARED -> NO_SHARED
2004-12-21 09:59:45 +00:00
Ruslan Ermilov
ab7a294721
NODOCCOMPRESS -> NO_DOCCOMPRESS
...
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
2004-12-21 09:33:47 +00:00
Ruslan Ermilov
07736e20e9
NOATM -> NO_ATM
2004-12-21 09:08:06 +00:00
Ruslan Ermilov
f1f6253f4f
NOLIBC_R -> NO_LIBC_R
...
NOLIBPTHREAD -> NO_LIBPTHREAD
NOLIBTHR -> NO_LIBTHR
2004-12-21 09:00:26 +00:00
Ruslan Ermilov
e653b48c80
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
Tom Rhodes
99b6fea1af
Commit patch from ru which groups the ppp(8) options together and
...
kills my sorting.
Submitted by: ru
Discussed with: imp
2004-12-15 19:42:35 +00:00
Tom Rhodes
e3cd38d295
Add a few options with regards to ppp(8) and traceroute.
...
Sort the list, please keep this list sorted.
PR: 48569
2004-12-15 02:10:50 +00:00
Bjoern A. Zeeb
6c58990d47
Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
...
If turned on no NIS support and related programs will be built.
Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il>
PR: bin/68303
No objections: des, gshapiro, nectar
Reviewed by: ru
Approved by: rwatson (mentor)
MFC after: 2 weeks
2004-11-13 20:40:32 +00:00
Poul-Henning Kamp
0f7d7a368a
Remove references to NO_VINUM
2004-11-04 12:57:40 +00:00
Ruslan Ermilov
8bf62bdadb
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 16:20:59 +00:00
David E. O'Brien
ffea66bce5
Catch up with share/mk/bsd.cpu.mk revision 1.43.
2004-10-17 05:36:20 +00:00
Ruslan Ermilov
17c6b5af7f
Overdue removal of COMPAT* knobs.
2004-10-15 08:51:12 +00:00
Doug Barton
b04e39c493
1. Incorporate most of Ruslan's improvements to where and how the
...
/etc/namedb symlink is created.
2. Incorporate Brian's suggestion to make the link relative. This
is necessary to handle situations (such as mergemaster) where the
user is building a tree in a seperate environment. This will also
fix the problem with the way DESTDIR is set in 'make release'.
3. Add a new knob, NO_BIND_MTREE, as suggested by the folks who
already have stuff in /var/named that they don't want me to mess with.
4. Update make.conf(5) with the new stuff, and correct a few paths
that have changed since I last updated it.
2004-10-08 00:14:28 +00:00
Doug Barton
2a61444749
1. Add much finer granularity to the NO_BIND knobs with the addition of:
...
NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS.
2. Make creation of directories in /usr/include that are only needed
in the WITH_BIND_LIBS case conditional.
Reviewed by: ru, des
2004-09-27 08:23:43 +00:00