Poul-Henning Kamp
4b0a1b8b17
Add NO_PCVT
2005-08-03 09:27:26 +00:00
Mark Santcroos
8f61cf9c7e
Connect snapinfo to the build.
2005-07-20 22:53:57 +00:00
Sam Leffler
f67f6dd220
hookup wpa tools to the build
2005-06-06 03:58:02 +00:00
Darren Reed
a86973062f
all the ipfilter tools are now built from sbin/Makefile, so remove them from
...
this Makefile.
2005-04-25 19:04:12 +00:00
Marcel Moolenaar
cf7152ab4c
Build pmccontrol(8) and pmcstat(8) on all architectures (FWIW :-)
...
Ok'd by: jkoshy@
2005-04-20 20:51:37 +00:00
Joseph Koshy
84a5e4580a
Unbreak tinderbox builds for ${MACHINE_ARCH} != "i386" or "amd64".
...
Pointed out by: ru.
2005-04-19 14:27:43 +00:00
Joseph Koshy
ebccf1e3a6
Bring a working snapshot of hwpmc(4), its associated libraries, userland utilities
...
and documentation into -CURRENT.
Bump FreeBSD_version.
Reviewed by: alc, jhb (kernel changes)
2005-04-19 04:01:25 +00:00
Warner Losh
f8eecc0813
Since there are now more than a couple exceptions to the i386 rule,
...
group them better.
2005-04-01 01:45:03 +00:00
Warner Losh
4358d22911
There's no wl cards for PC98. These are ISA only, and no cbus
...
versions exist, much less having support for it in the wl driver.
Therefore, don't build wlconfig.
2005-04-01 00:57:22 +00:00
Warner Losh
587017fbb1
pcvt doesn't exist on pc98, so don't build pcvt routines that have no
...
value.
2005-04-01 00:32:45 +00:00
Warner Losh
841ed6bb99
There's no acpi in pc98 machines, nor do we build it into the kernel.
...
Therefore, don't build the acpi userland binaries either.
OK'd by: nate
2005-04-01 00:30:42 +00:00
Bill Paul
4e01247407
Attach ndiscvt(8) to the amd64 build.
2005-03-30 02:44:46 +00:00
Nate Lawson
c3c5f9cda2
Hook powerd up to the build.
2005-02-26 21:18:20 +00:00
Maxim Konovalov
212a79b010
o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)
...
utility:
The tcpdrop command drops the TCP connection specified by the
local address laddr, port lport and the foreign address faddr,
port fport.
Obtained from: OpenBSD
Reviewed by: rwatson (locking), ru (man page), -current
MFC after: 1 month
2005-02-06 10:47:12 +00:00
Ruslan Ermilov
731db6a428
NOINET6 -> NO_INET6
2004-12-21 10:49:29 +00:00
Ruslan Ermilov
a216173556
NOCRYPT -> NO_CRYPT
2004-12-21 10:16:04 +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
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
79e295e875
Get debugging macros from sivar.h
...
Disable some code which magics minor numbers into card/port numbers.
I think we will have to parse this from the device name in the future,
but I need to confer with peter@ about this.
Put sicontrol back in the build.
Troublespotter: dwhite
2004-10-02 18:51:37 +00:00
Poul-Henning Kamp
77f2cf5c15
Augh!
...
Disconnect sicontrol(8) from the build while I sort out the trouble
I created.
2004-10-02 18:42:00 +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
Ruslan Ermilov
acb4f7825e
Revert to always descending into the "bsnmp" subdir -- gensnmptree
...
and bsnmpd should not be controlled by the NOATM knob.
2004-09-25 07:00:11 +00:00
Tom Rhodes
0ddb9d7a6c
Uncomment bsnmpd so it can build.
...
Noticed by: dougb
2004-09-25 02:04:54 +00:00
Dag-Erling Smørgrav
619baffc0d
More remnants of BIND 8; these live in usr.sbin now.
2004-09-24 15:39:01 +00:00
Olivier Houchard
57628e38ac
kgmon works on arm, so make it parts of the build for arm as well.
2004-09-23 23:06:29 +00:00
Dag-Erling Smørgrav
f0d1f5bb3d
Style fix.
...
Submitted by: ru@
2004-09-23 08:00:07 +00:00
Dag-Erling Smørgrav
11d9d041cf
Clean up and comment config.mk. Centralize more stuff. Bitch if
...
POSIX threads libraries are not available. Add crypto support if
the crypto libraries are available. Build dnssec-{keygen,signzone}
if crypto is available.
Submitted by: (in part) dougb@
2004-09-22 12:13:58 +00:00
Dag-Erling Smørgrav
cd3ee173f9
Switch from BIND 8 to BIND 9.
...
Submitted by: (in part) dougb@, trhodes@
Reviewed by: dougb@, trhodes@, re@
MFC after: 5 days
2004-09-21 19:01:48 +00:00
Gleb Smirnoff
5f99200f10
Userland control utility for ng_netflow.
...
Approved by: julian (mentor)
2004-09-17 12:02:22 +00:00
Marcel Moolenaar
fb35b47179
Build kgmon(8) on ia64.
2004-08-30 02:59:11 +00:00
Alexander Kabaev
64349aaa88
Temporarily disable kernbb utility. It has to learn about new gcov data
...
format first.
2004-07-28 07:13:55 +00:00
Maksim Yevmenkin
23d1e148af
Make bluetooth compile on all platforms
...
Reviewed by: imp, ru
2004-07-07 22:48:30 +00:00
Max Khon
a5663451aa
Finish repo move arlconfig -> arlcontrol.
2004-06-01 07:38:11 +00:00
Bruce Evans
be8282ba22
Build kgmon for amd64.
2004-05-23 18:30:08 +00:00
Marius Strobl
156e1dec14
Hook eeprom(8) up to the FreeBSD/sparc64 build.
2004-05-22 17:03:52 +00:00
Joerg Wunsch
80cdf39ac9
Wire smbmsg(8) into the build.
2004-05-17 10:57:03 +00:00
Peter Grehan
7a08579a08
Hook sysinstall to the build for powerpc.
2004-05-15 05:07:14 +00:00
Olivier Houchard
c7730c31ca
Do not build sysintall for arm.
2004-05-14 13:44:55 +00:00
Yoshihiro Takahashi
d67e2df265
Move the _arlconfig define in the existing i386 section.
...
Suggested by: ru
2004-03-17 08:50:17 +00:00
Yoshihiro Takahashi
b6e2fc3793
The arlconfig is needed on i386 only.
2004-03-16 12:46:14 +00:00
Max Khon
798f0e1603
Add arl(4): driver for Aironet Arlan 655 wireless adapters.
...
MFC after: 2 weeks
2004-03-15 22:24:28 +00:00
Warner Losh
2c87f688cd
The gsc driver has been retired, so retire its control program.
2004-03-14 22:47:02 +00:00
Warner Losh
f1e5dca6e0
These go along with the stl and stli drivers, recently removed.
2004-03-14 06:52:22 +00:00
Peter Wemm
f8325b428c
Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago.
2004-03-13 22:18:34 +00:00
Colin Percival
5de697a634
Don peril-sensitive glasses and throw the switch to move nologin(8) from
...
/sbin to /usr/sbin. A symlink from /sbin/nologin -> /usr/sbin/nologin
is created for compatibility purposes.
This will probably not cause any problems, but anyone who is doing
anything particularly unusual with nologin(8) or shells in general might
be well advised to check that everything still works.
Bikesheds on: cvs-all, current
2004-03-13 11:02:37 +00:00
Max Laier
8d69c48be5
Link pf to the build and install:
...
This adds the former ports registered groups: proxy and authpf as well as
the proxy user. Make sure to run mergemaster -p in oder to complete make
installworld without errors.
This also provides the passive OS fingerprints from OpenBSD (pf.os) and an
example pf.conf.
For those who want to go without pf; it provides a NO_PF knob to make.conf.
__FreeBSD_version will be bumped soon to reflect this and to be able to
change ports accordingly.
Approved by: bms(mentor)
2004-03-08 22:03:29 +00:00
Daniel Eischen
4543f32e21
Move the checks for whether or not to build pppctl to
...
the architecture-dependent sections of the Makefile.
Submitted by: ru
2004-01-31 22:18:09 +00:00
Daniel Eischen
82e9039964
Add some logic so that pppctl isn't built if the correct threading library
...
is not present.
Noticed by: ru
2004-01-31 17:12:05 +00:00
Maksim Yevmenkin
18d948adb1
Add NO_BLUETOOTH knob to the build process
...
Requested by: phk
Reviewed by: imp (mentor), ru
2004-01-28 00:42:51 +00:00