summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Send the pcvt(4) driver off to retirement.phk2006-05-171-4/+0
|
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-0/+5
| | | | | | | | databases. - Make nsswitch support caching. Submitted by: Michael Bushkov <bushman__at__rsu.ru> Sponsored by: Google Summer of Code 2005
* libc_r is no longer provided, and on alpha and sparc64, libthrru2006-04-121-2/+2
| | | | | is (sym)linked to libpthread. Account for this change and check for MK_LIBTHR instead of MK_LIBC_R where appropriate.
* Extend coverage of the MK_IPX build option to the following:ru2006-03-201-1/+9
| | | | | | | | | | | | | | | | | | | | | - <netipx> headers [1] - IPX library (libipx) - IPX support in ifconfig(8) - IPXrouted(8) - new MK_NCP option New MK_NCP build option controls: - <netncp> and <fs/nwfs> headers - NCP library (libncp) - ncplist(1) and ncplogin(1) - mount_nwfs(8) - ncp and nwfs kernel modules User knobs: WITHOUT_IPX, WITHOUT_IPX_SUPPORT, WITHOUT_NCP. [1] <netsmb/netbios.h> unconditionally uses <netipx> headers so they are still installed. This needs to be dealt with.
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-24/+24
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Reconnect bsnmpd to the build. It was temporarily disable because of aharti2006-02-271-0/+1
| | | | mis-import. Thanks for fixing this to markm@.
* Build audit command line tools only if NO_AUDIT isn't defined.rwatson2006-02-181-4/+11
| | | | | Submitted by: brueffer Obtained from: TrustedBSD Project
* Disconnect bsnmp from the build until the breakage is sorted out.harti2006-02-141-1/+0
|
* Remove reference to auditon(8), this tool has been superseded byrwatson2006-02-021-1/+0
| | | | | | auditd(8), and was committed in error. Obtained from: TrustedBSD Project
* Enable building of OpenBSM command line tools:rwatson2006-02-021-0/+5
| | | | | | | | | | | - audit(8) - audit subsystem management tool - auditd(8) - audit trail and subsystem management daemon - auditreduce(1) - audit trail reduction tool - praudit(1) - audit trail printing tool Could probably use a NO_AUDIT make.conf flag. Obtained from: TrustedBSD Project
* Remove usbd(8) and all references to it. It is no longer necessaryiedowse2005-12-151-2/+0
| | | | | | since devd(8) now provides the same functionality. Submitted by: Anish Mistry
* Hook ipfwpcap into the build tree.phk2005-10-171-0/+1
|
* setkey(8) was repo-copied from usr.sbin/ to sbin/.pjd2005-10-121-1/+0
| | | | | | This will allow for NFS mount of /usr over IPsec. Discussed on: arch@
* Add the lmcconfig tool for controlling the lmc driver. Add man pages andscottl2005-10-031-0/+1
| | | | | | glue. Submitted by: David Boggs
* Sort SUBDIR.ru2005-09-281-3/+3
|
* Connect smbfs build on powerpc.imura2005-09-191-0/+4
|
* Add portsnap to the base system. This is a secure, easy to use,cperciva2005-08-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | fast, lightweight, and generally good way for users to keep their ports trees up to date. This is version 0.9.4 from the ports tree (sysutils/portsnap) with the following changes: 1. The experimental pipelined http code is enabled. No seatbelts in -CURRENT. (^_^) 2. The working directory has moved from /usr/local/portsnap to /var/db/portsnap (as discussed on -arch two days ago). 3. Portsnap now fetches a list of mirrors (distributed as DNS SRV records) and selects one randomly. This should help to avoid the uneven loading which plagues the cvsup mirror network. 4. The license is now 2-clause BSD instead of 3-clause BSD. 5. Various incidental changes to make portsnap fit into the base system's build mechanics. X-MFC-After: 6.0-RELEASE X-MFC-Before: 5.5-RELEASE X-MFC-To: RELENG_6, RELENG_5, ports discussed on: -arch and several other places "yes please" from: simon, remko, flz, Diane Bruce thinks this is a great idea: bsdimp Hopes he didn't forget any files: cperciva
* Add NO_PCVTphk2005-08-031-0/+2
|
* Connect snapinfo to the build.marks2005-07-201-0/+1
|
* hookup wpa tools to the buildsam2005-06-061-0/+1
|
* all the ipfilter tools are now built from sbin/Makefile, so remove them fromdarrenr2005-04-251-11/+0
| | | | this Makefile.
* Build pmccontrol(8) and pmcstat(8) on all architectures (FWIW :-)marcel2005-04-201-6/+2
| | | | Ok'd by: jkoshy@
* Unbreak tinderbox builds for ${MACHINE_ARCH} != "i386" or "amd64".jkoshy2005-04-191-2/+6
| | | | Pointed out by: ru.
* Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵jkoshy2005-04-191-0/+2
| | | | | | | | | | utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes)
* Since there are now more than a couple exceptions to the i386 rule,imp2005-04-011-15/+10
| | | | group them better.
* There's no wl cards for PC98. These are ISA only, and no cbusimp2005-04-011-0/+2
| | | | | versions exist, much less having support for it in the wl driver. Therefore, don't build wlconfig.
* pcvt doesn't exist on pc98, so don't build pcvt routines that have noimp2005-04-011-0/+2
| | | | value.
* There's no acpi in pc98 machines, nor do we build it into the kernel.imp2005-04-011-1/+1
| | | | | | Therefore, don't build the acpi userland binaries either. OK'd by: nate
* Attach ndiscvt(8) to the amd64 build.wpaul2005-03-301-0/+1
|
* Hook powerd up to the build.njl2005-02-261-0/+1
|
* o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)maxim2005-02-061-0/+1
| | | | | | | | | | | | 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
* NOINET6 -> NO_INET6ru2004-12-211-1/+1
|
* NOCRYPT -> NO_CRYPTru2004-12-211-2/+2
|
* NOATM -> NO_ATMru2004-12-211-1/+1
|
* NOLIBC_R -> NO_LIBC_Rru2004-12-211-5/+5
| | | | | NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-9/+21
| | | | | | | | | | | 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
* Get debugging macros from sivar.hphk2004-10-021-2/+2
| | | | | | | | | | 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
* Augh!phk2004-10-021-2/+2
| | | | | Disconnect sicontrol(8) from the build while I sort out the trouble I created.
* 1. Add much finer granularity to the NO_BIND knobs with the addition of:dougb2004-09-271-1/+3
| | | | | | | | | 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
* Revert to always descending into the "bsnmp" subdir -- gensnmptreeru2004-09-251-2/+1
| | | | and bsnmpd should not be controlled by the NOATM knob.
* Uncomment bsnmpd so it can build.trhodes2004-09-251-1/+1
| | | | Noticed by: dougb
* More remnants of BIND 8; these live in usr.sbin now.des2004-09-241-2/+0
|
* kgmon works on arm, so make it parts of the build for arm as well.cognet2004-09-231-0/+4
|
* Style fix.des2004-09-231-3/+2
| | | | Submitted by: ru@
* Clean up and comment config.mk. Centralize more stuff. Bitch ifdes2004-09-221-2/+5
| | | | | | | | 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@
* Switch from BIND 8 to BIND 9.des2004-09-211-9/+16
| | | | | | Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days
* Userland control utility for ng_netflow.glebius2004-09-171-0/+1
| | | | Approved by: julian (mentor)
* Build kgmon(8) on ia64.marcel2004-08-301-0/+1
|
* Temporarily disable kernbb utility. It has to learn about new gcov datakan2004-07-281-1/+0
| | | | format first.
* Make bluetooth compile on all platformsemax2004-07-071-3/+4
| | | | Reviewed by: imp, ru
OpenPOWER on IntegriCloud