History log of /freebsd-current/usr.bin/which/Makefile
Revision Date Author Comments
# bdcbfde3 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

usr.bin: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# cc70d84c 29-Aug-2000 Brian Feldman <green@FreeBSD.org>

Use a C version of which(1).

Submitted by: Dan Papasian <bugg@bugg.strangled.net>
Reviewed by: jhb


# c3aac50f 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 1c9a0db8 09-Feb-1999 Wolfram Schneider <wosch@FreeBSD.org>

Added myself as maintainer.


# 6eee5793 24-Jul-1995 Bruce Evans <bde@FreeBSD.org>

Change `install' to `${INSTALL}' as usual.

Remove the extra slash in ${DESTDIR}/${BINDIR}.


# 9b568f16 27-Jan-1995 Jordan K. Hubbard <jkh@FreeBSD.org>

Put in a much less bogus Makefile on advice from Bruce.


# 9d6b1253 26-Jan-1995 Jordan K. Hubbard <jkh@FreeBSD.org>

Use the better perl script version of which submitted by Wolfram.
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>