summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - check for geom_uzip module presence using kldstat -m.fjoe2005-05-111-3/+1
| | | | | | | kldstat -m finds geom_uzip module even if it is compiled in statically. - create output file with x bit set. - build mkuzip on all architectures (verified with "make universe"). - fix typo in info message.
* Enabke mkuzip(1) on amd64.sobomax2005-05-021-0/+1
| | | | Submitted by: Matteo Riondato <rionda@gufi.org>
* Wrap BSD r* commands in NO_RCMDS.trhodes2005-03-021-2/+7
| | | | | | Change NO_RCMDNS to NO_RCMDS and do the switch in bsd.compat.mk. Discussed with: ru, nectar
* New order after _netcat has been changed to _nc: sort the list.delphij2005-02-131-1/+1
| | | | | Submitted by: ru Pointy hat to: me
* Spell the variable as underscore plus their possible value, to followdelphij2005-02-131-2/+2
| | | | | | the style nearby. Submitted by: ru
* Forgotten to commit this file during the last commit. Connect nc(1)delphij2005-02-131-0/+5
| | | | to build.
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
|
* NOATM -> NO_ATMru2004-12-211-1/+1
|
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-3/+9
| | | | | | | | | | | 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
* Re-enable descending into the "atm" subdir.ru2004-10-051-1/+1
|
* 1. Add much finer granularity to the NO_BIND knobs with the addition of:dougb2004-09-271-1/+1
| | | | | | | | | 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
* Switch from BIND 8 to BIND 9.des2004-09-211-5/+5
| | | | | | Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days
* Add mkuzip(8), non-GPL utility to compress filesystem images for use withsobomax2004-09-101-0/+2
| | | | | | | | | | | | | | geom_uzip module. This is based on utility I wrote some 3 years ago for a hack for md(4), which functionally was close to what geom_uzip does today. Since I don't have a time to test that it compiles/works on other arches, stick it to i386 only. Will do it later. Unlike original cloop util, this one embedds FreeBSD-compatible shell code into the generated image, not Linux one. Unfortunately severe space restriction imposed by the CLOOP format doesn't allow to put conditional code which will work both on Linux and FreeBSD. In fact it was quite a challenge to fit necessary FreeBSD code into 127 bytes. ;-)
* Make bluetooth compile on all platformsemax2004-07-071-3/+4
| | | | Reviewed by: imp, ru
* A first stab at truss support for amd64, basically cogged from i386.dwmalone2004-06-121-1/+1
| | | | It seems to work in my limited tests.
* Build/install gprof on amd64 as well, after repocopying the MD bits.peter2004-05-181-1/+1
| | | | Not that it has anything to process yet, but that comes next.
* Insert "arm" between "amd64" and "powerpc"cognet2004-05-141-2/+2
| | | | Requested by: bde
* Use four spaces instead of tab for second level indentation.cognet2004-05-141-1/+1
| | | | Requested by: ru
* Do not build truss on arm.cognet2004-05-141-1/+2
|
* Connect bsdtar to the build.kientzle2004-04-061-0/+1
|
* Hook `pkill' (and thus `pgrep') to the standard buildworld.gad2004-03-271-0/+1
| | | | Reviewed by: freebsd-arch
* Remove doscmd from the base system now that it lives in the ports tree.des2004-03-231-2/+0
|
* With the passing of the asc driver, the sasc prograqm is no longerimp2004-03-141-2/+0
| | | | necessary.
* Hook logins(1) up to the build.des2004-03-061-0/+1
|
* Add NO_BLUETOOTH knob to the build processemax2004-01-281-0/+2
| | | | | Requested by: phk Reviewed by: imp (mentor), ru
* - Build things in pure dictionary order (see sort(1)).ru2004-01-161-41/+57
| | | | | | | | | | - Unify the conditional assignments section so that architectural exclusions come first, then options and !options, sorted by the option name, also in directory order, then architecture specific sections, sorted by the architecture name, with i386 being a traditional exception. Prodded by: bde
* Build lint(1) on ia64.marcel2003-11-031-6/+1
|
* Build the NgATM user space SSCOP tool (unless NOATM is defined).harti2003-10-291-0/+5
|
* Update Bluetooth code.emax2003-10-121-1/+2
| | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
* Fix bug introduced in version 1.246 with the addition of NO_TOOLCHAIN.marcel2003-09-241-4/+7
| | | | | | | The c89, c99, lex and yacc subdirectories were bogusly added to the ${MACHINE_ARCH} != "ia64" case. Pointy hat: phk
* Remove symorder. It's almost useless now that we have ELF kernels andtjr2003-09-111-1/+0
| | | | no a.out toolchain.
* Fix typo: c89, not c88.tjr2003-09-051-1/+1
|
* Typo in last commit.phk2003-08-301-1/+1
| | | | Spotted by: tjr
* Introduce more knobs to slim down FreeBSD userlandphk2003-08-291-6/+17
| | | | | | | NO_TOOLCHAIN skips Compilers and Binutils NO_USB skips USB stuff NO_VINUM skips Vinum stuff NO_ACPI skips ACPI stuff
* Don't check for the existance of src/crypto/ for building items thatmarkm2003-07-241-1/+1
| | | | | may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient.
* Connect ncplist, ncplogin, and smbutil to the amd64 build.peter2003-07-241-0/+6
|
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-161-7/+1
| | | | | | | | | | | | | | | | | | | | | | | Previously, there were two copies of telnet; a non-crypto version that lived in the usual places, and a crypto version that lived in crypto/telnet/. The latter was built in a broken manner somewhat akin to other "contribified" sources. This meant that there were 4 telnets competing with each other at build time - KerberosIV, Kerberos5, plain-old-secure and base. KerberosIV is no longer in the running, but the other three took it in turns to jump all over each other during a "make buildworld". As the crypto issue has been clarified, and crypto _calls_ are not a problem, crypto/telnet has been repo-copied to contrib/telnet, and with this commit, all telnets are now "contribified". The contrib path was chosen to not destroy history in the repository, and differs from other contrib/ entries in that it may be worked on as "normal" BSD code. There is no dangerous crypto in these sources, only a very weak system less strong than enigma(1). Kerberos5 telnet and Secure telnet are now selected by using the usual macros in /etc/make.conf, and the build process is unsurprising and less treacherous.
* Temporarily re-remove the bluetooth tools..julian2003-06-241-2/+0
| | | | | | there are problems with their Makefiles I wasn't aware of.. Pointed out by: ru@
* Connect bluetooth tools for i386 only.julian2003-06-241-0/+2
| | | | | | | These are probably machine independent, but there is no way for the developers to test them other than on x86. They will become MD as testing becomes possible.
* Hook locale(1) to buildphantom2003-06-221-0/+1
|
* Retire the useless NOSECURE knob.des2003-05-191-4/+2
| | | | Approved by: re (scottl)
* Exclude gprof and truss for amd64 too.peter2003-05-081-1/+1
| | | | Approved by: re (scottl)
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extramarkm2003-05-051-1/+1
| | | | | cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
* Do not attempt to build chkey(1) and newkey(8) if NOSECURE is defined.ru2003-05-011-1/+2
| | | | Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.ru2003-05-011-1/+1
| | | | Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions.ru2003-04-301-3/+4
|
* Add usbhidaction(1).mdodd2003-04-091-0/+1
| | | | | | This allows actions to be bound to HID events. Obtained from: NetBSD
* G/C tconv: It is libmytinfo-dependent and has not compiled for 3+ years.tjr2003-04-041-1/+0
|
* Some things don't build for PowerPC yet.obrien2003-02-211-2/+7
| | | | List from: benno
* chflags(1) repo copied, usr.bin->bin.obrien2003-02-181-1/+0
| | | | | We've been installing chflags(1) into /bin since 2000-11-10, so this shouldn't cause any problems.
OpenPOWER on IntegriCloud