History log of /freebsd/usr.bin/Makefile (Results 401 – 425 of 998)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e813a37f 06-Apr-2004 Tim Kientzle <kientzle@FreeBSD.org>

Connect bsdtar to the build.


# f56b4f2d 27-Mar-2004 Garance A Drosehn <gad@FreeBSD.org>

Hook `pkill' (and thus `pgrep') to the standard buildworld.

Reviewed by: freebsd-arch


# 6ae3893b 23-Mar-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

Remove doscmd from the base system now that it lives in the ports tree.


# 7cbabef2 14-Mar-2004 Warner Losh <imp@FreeBSD.org>

With the passing of the asc driver, the sasc prograqm is no longer
necessary.


# bd43dc42 06-Mar-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

Hook logins(1) up to the build.


Revision tags: release/5.2.1_cvs, release/5.2.1
# 18d948ad 28-Jan-2004 Maksim Yevmenkin <emax@FreeBSD.org>

Add NO_BLUETOOTH knob to the build process

Requested by: phk
Reviewed by: imp (mentor), ru


# d10a8d6c 16-Jan-2004 Ruslan Ermilov <ru@FreeBSD.org>

- Build things in pure dictionary order (see sort(1)).

- Unify the conditional assignments section so that architectural
exclusions come first, then options and !options, sorted by the
option na

- Build things in pure dictionary order (see sort(1)).

- 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

show more ...


Revision tags: release/5.2.0_cvs, release/5.2.0
# c219b2ef 03-Nov-2003 Marcel Moolenaar <marcel@FreeBSD.org>

Build lint(1) on ia64.


# 4f35c846 29-Oct-2003 Hartmut Brandt <harti@FreeBSD.org>

Build the NgATM user space SSCOP tool (unless NOATM is defined).


Revision tags: release/4.9.0_cvs, release/4.9.0
# 0986ab12 13-Oct-2003 Maksim Yevmenkin <emax@FreeBSD.org>

Update Bluetooth code.

Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)


# 42845ac5 24-Sep-2003 Marcel Moolenaar <marcel@FreeBSD.org>

Fix bug introduced in version 1.246 with the addition of NO_TOOLCHAIN.
The c89, c99, lex and yacc subdirectories were bogusly added to the
${MACHINE_ARCH} != "ia64" case.

Pointy hat: phk


# d3c0dc17 11-Sep-2003 Tim J. Robbins <tjr@FreeBSD.org>

Remove symorder. It's almost useless now that we have ELF kernels and
no a.out toolchain.


# ec4b8999 05-Sep-2003 Tim J. Robbins <tjr@FreeBSD.org>

Fix typo: c89, not c88.


# a0d85755 30-Aug-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Typo in last commit.

Spotted by: tjr


# 3bc2f9a8 29-Aug-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Introduce more knobs to slim down FreeBSD userland

NO_TOOLCHAIN skips Compilers and Binutils
NO_USB skips USB stuff
NO_VINUM skips Vinum stuff
NO_ACPI skips ACPI stuff


# ebb9f0ef 24-Jul-2003 Mark Murray <markm@FreeBSD.org>

Don't check for the existance of src/crypto/ for building items that
may contain crypto. The days of ITAR paranoia are over, and the simple
macro tests that remain are sufficient.


# 71990d3d 24-Jul-2003 Peter Wemm <peter@FreeBSD.org>

Connect ncplist, ncplogin, and smbutil to the amd64 build.


# 4afa3718 16-Jul-2003 Mark Murray <markm@FreeBSD.org>

Very big makeover in the way telnet, telnetd and libtelnet are built.

Previously, there were two copies of telnet; a non-crypto version
that lived in the usual places, and a crypto version that live

Very big makeover in the way telnet, telnetd and libtelnet are built.

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.

show more ...


# 14823ba8 24-Jun-2003 Julian Elischer <julian@FreeBSD.org>

Temporarily re-remove the bluetooth tools..
there are problems with their Makefiles I wasn't aware of..

Pointed out by: ru@


# 8590c016 24-Jun-2003 Julian Elischer <julian@FreeBSD.org>

Connect bluetooth tools for i386 only.
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.


# 93cdc37d 22-Jun-2003 Alexey Zelkin <phantom@FreeBSD.org>

Hook locale(1) to build


Revision tags: release/5.1.0_cvs, release/5.1.0
# 7691f66a 19-May-2003 Dag-Erling Smørgrav <des@FreeBSD.org>

Retire the useless NOSECURE knob.

Approved by: re (scottl)


# 991e6f71 08-May-2003 Peter Wemm <peter@FreeBSD.org>

Exclude gprof and truss for amd64 too.

Approved by: re (scottl)


# dbf104e6 05-May-2003 Mark Murray <markm@FreeBSD.org>

Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.


# eb8c9e95 01-May-2003 Ruslan Ermilov <ru@FreeBSD.org>

Do not attempt to build chkey(1) and newkey(8) if NOSECURE is defined.

Submitted by: Marius Strobl <marius@alchemy.franken.de>


1...<<11121314151617181920>>...40