head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2006.08.31.07.48.41;	author cperciva;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add FreeBSD Update 2.0 build code.

Some notes:
1. This code only works for FreeBSD {6.0, 5.5} and newer releases (and
for 5.5 and 6.0, some retroactive patches are necessary -- see the
patches named 0-*).  Since FreeBSD 5.[34] will be unsupported at the
end of October and FreeBSD 4.11 will be unsupported at the end of
January, I don't consider this to be a problem.
2. I've only committed build configuration files for FreeBSD/i386; I'm
very confident that this code will work on FreeBSD/amd64 and will commit
the relevant configuration files once I sort out build hardware for the
Security team to use.
3. This code is currently in use on hardware "owned" by the Security
Team, so if I get hit by a bus tomorrow Simon can use it.
4. See USAGE for an explanation of how to use this code (in particular
if you want to distribute customized versions of FreeBSD).

Sponsored by:	FreeBSD security development fundraiser
@
text
@# $FreeBSD$

all:	findstamps unstamp

install:
	install findstamps ../bin
	install unstamp ../bin

clean:
	rm -f findstamps unstamp
@
