summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Disconnect sortache2002-04-081-1/+0
|
* Some things don't compile on ia64 and sparc64 yet.obrien2002-04-081-2/+5
|
* Exclude xlint for ia64. For the time being, there are enough gccpeter2002-04-061-1/+4
| | | | | | | dependencies in the machine/* headers to make it explode when -U__GNUC__ is specified by lint. Not to mention that lint is passing undocumented (illegal?) args to cpp and that seems to upset gcc-3.1 now. Specifically, -Wp,-CC. -Wp,-C is documented and legal though.
* Connect ktrdump to the build. <cringe>.jake2002-04-021-0/+1
|
* Add BSD sort to the build, now that GNU sort is gone.markm2002-03-241-0/+1
|
* Turn back on (x)lint. It is working just fine.markm2002-03-121-0/+1
|
* Don't build xlint until surgery is finished.markm2002-03-101-1/+0
|
* Removed gprof4. 8-byte counters are now handled by gprof.bde2002-03-061-1/+0
|
* Add the `1 true AWK' back to the mix.obrien2002-03-051-0/+1
|
* (x)lint(1) works; re-enable it.markm2002-03-031-0/+1
|
* Temporarily remove lint(1) from the build until the import and mergemarkm2002-03-031-1/+0
| | | | of the MFN (Merge from NetBSD) is complete.
* Re-enable tip, now that the import and merge are done.markm2001-12-201-0/+1
|
* Temporarily remove tip(1) from the build while I upgrade it.markm2001-12-201-1/+0
|
* Kernel support for smbfs is only built on the i386 at the moment, sosheldonh2001-12-141-1/+1
| | | | | | | limit the building and installation of the userland utilities to that architecture for now. Reported by: bmah
* Add bmake glue for src/contrib/smbfs and connect userland smbfssheldonh2001-12-141-0/+1
| | | | | | | | | | support to the build. The MFC reminder below is subject to <re@FreeBSD.org> approval prior to 4.5-RELEASE. Reviewed by: bp, fjoe MFC: 1 week
* UUCP is gone from base.markm2001-12-131-1/+1
|
* Put the "tip" in exactly the same place where it was in rev. 1.169.ru2001-11-271-1/+1
|
* Some CVS surgery has been done to tip(1) to clean out a commit that Imarkm2001-11-261-0/+1
| | | | | | | should have done differently. Restore tip(1) to the build. I will return to this with a clean import to tip in due course.
* Temporarily remove tip/cu from the build while repo-surgery is done.markm2001-11-261-1/+0
|
* Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation wasgshapiro2001-11-111-1/+4
| | | | | | | | | | | | | | | replaced with the new version in sendmail's distribution, vacation and the necessary libraries (libsmdb and libsmutil) were changed so they were always compiled. This broke people who didn't checkout src/contrib/sendmail/. I don't know if it's best to think of NO_SENDMAIL as no sendmail sources available or no sendmail binary. It is now the former. Also, remove the sendmail chapter from System Managers Manual (SMM) if NO_SENDMAIL is defined (for similar reasons -- source not available). PR: 31863, 31865 Submitted by: matusita, Joe Kelsey <joe@zircon.seattle.wa.us> MFC after: 3 days
* Bring Gawk back. There just isn't any other POSIX compliant AWK out there.obrien2001-11-021-1/+0
| | | | The biggest thing missing from Bell-Labs AWK is the character class regexes.
* Switch to the One True AWK from Bell-Labs, away from GNU AWK.obrien2001-10-301-0/+1
|
* Part II of libss retirement: zap mk_cmds too.kris2001-08-201-1/+0
| | | | Pointy hat to: kris
* Correct path (../crypto, not ../../crypto)peter2001-08-181-1/+1
|
* Fix a cryptoless world by disconnecting libmp from the build when there is nosobomax2001-08-021-2/+4
| | | | | | | | | | | crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately meants that usr.bin/chkey, usr.bin/newkey and usr.sbin/keyserv have also to be disconnected. IMO it is merely a workaround, the proper solution is to move libmp to src/crypto where it belongs and use libgmp for the cryptoless builds instead. Missed by: dd
* Remove the S/Key key-handling apps, which are no longer needed, asmarkm2001-07-091-3/+0
| | | | they are replaced by opiepasswd, opieinfo and opiekey.
* Add the Bzip2 binaries. These are starting to get used more and moreobrien2001-06-211-0/+1
| | | | in the base system.
* Part 2 of gensetdefs de-orbit burn. linker sets are now self containedpeter2001-06-141-1/+0
| | | | for ELF, see src/sys/linker_set.h log.
* Move scrshot(1) functionality into vidcontrol(1).sobomax2001-05-191-1/+0
| | | | | Suggested by: many Not objected to by: nik (scrshot co-author)
* Add scrshot to the i386 specific section. If someone can test this on thenik2001-05-181-0/+1
| | | | Alpha I'd appreciate it.
* Add nl(1)brian2001-05-041-0/+1
| | | | | PR: 27078 Obtained from: NetBSD
* Do not build (and install) both secure/ and standard versionsru2001-03-261-3/+3
| | | | | | | of libtelnet, telnetd, and telnet. This only worked because secure/ was listed late in SUBDIR in Makefile.inc1. Reviewed by: markm
* Removed some garbage (genassym(8) and its infrastructure).bde2001-02-171-1/+0
|
* Retire this ancient version of rdist.obrien2000-12-071-1/+0
|
* Disconnect kzip from the build, as it's about to enter late retirement.sheldonh2000-11-021-1/+0
| | | | | PR: 20643 Submitted by: Peter Pentchev <roam@orbitel.bg>
* Activate hesinfo.nectar2000-09-081-0/+1
| | | | Noticed by: Don Lewis <Don.Lewis@tsc.tdk.com>
* Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc.ps2000-07-191-0/+1
| | | | Reviewed by: peter
* Import the new truncate(1) utility.sheldonh2000-07-181-0/+1
| | | | Approved by: jdp
* Initial kenv(1) hack for dumping the kernel environment. This can bepeter2000-07-081-0/+1
| | | | | | used to extract modified boot hints to make loader(8)-time changes "sticky". It tries to use \ style quoting so that it can be used directly with foo.conf files. It can also extract specific variables.
* Add the usbhidctl utility, from NetBSD, by Lennart Augusstn_hibma2000-07-051-0/+1
|
* Turn off GLOBAL. It is moving to Ports.obrien2000-06-281-1/+0
| | | | Approved by: unanimous response on arch@freebsd.org
* Detach usr.bin/more and install a link from less. less will behaveps2000-05-231-1/+0
| | | | like more if invoked as more. The old more has not been removed.
* bmake glue for less.ps2000-05-221-0/+3
| | | | Reviewed by: peter
* Hello, getconf. This is a slight reinvention of thewollman2000-04-261-0/+1
| | | | | wheel^H^H^H^H^HPOSIX.2 and X/Open utility, and rather more complicated than necessary.
* Move brandelf from being i386 specific to the MI area -- Linux emulationobrien2000-02-061-1/+1
| | | | is comming to the Alpha.
* Utility to control the printing of "Fixed up unaligned data access for pidobrien2000-01-191-0/+4
| | | | | | | | nnn at pc 0xADDR" and the fixup of the UA fault on the DEC Alpha when an unaligned access fault happens. Modeled after the OSF/1 utility of the same name. Submitted by: gallatin
* Turn on a new /usr/bin/cpp that is a true binary rather than a shell scriptobrien2000-01-041-1/+0
| | | | | wrapper. /usr/bin/cpp knows about all the GCC predefined symbols and has the functionality of the previous EGCS 1.1.2 /usr/libexec/cpp.
* Enable genassym.marcel1999-12-231-0/+1
|
* Say goodbye to some crufty old fortran code.kris1999-12-221-2/+0
| | | | Reviewed by: current
* Retire error(1). This is no longer useful as it applies only to the 4.xBSDkris1999-12-111-1/+0
| | | | | | | toolchain. Reviewed by: current@freebsd.org Axe kindly supplied by: Institute of Danish Surgeons
OpenPOWER on IntegriCloud