summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2005-08-06 01:59:06 +0000
committerColin Percival <cperciva@FreeBSD.org>2005-08-06 01:59:06 +0000
commitba10db99845c553953fd50f3483dd5ed5acf4c7d (patch)
tree390dc90dd9521b1b86026d73c7d126b4e7ad57e4 /usr.bin/Makefile
parent34cc826ae8999f454dd6cb9c77d17ce83b169f92 (diff)
downloadsrc-test-ba10db99845c553953fd50f3483dd5ed5acf4c7d.tar.gz
src-test-ba10db99845c553953fd50f3483dd5ed5acf4c7d.zip
Add bsdiff and bspatch to the base system. These are tools for
constructing and applying binary patches; in particular, they perform well (in the sense of constructing small patches) for executable code. Both portsnap (coming to the base system Real Soon Now) and FreeBSD Update (coming to the base system a bit later) use bspatch. This is the same code as the bsdiff-4.2 which has been in the ports tree (misc/bsdiff) for the past year, with the following exceptions: 1. The license is now the traditional 2-clause BSD; 2. Instead of forking and execing bzip2, the code now uses libbz2; and 3. Some minor changes have been made to fit this code into the base system (adding $FreeBSD$ tags, putting bsdiff and bspatch into separate directories, etc.) This code is rather ugly and has lots of style bugs (mostly because I wrote it before I had ever heard of style(9)). Some day I'll come back and clean it up. Discussed on: freebsd-arch MFC before: 5.5-RELEASE Tested by: Several million users (earlier version).
Notes
Notes: svn path=/head/; revision=148771
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 6528b7b9ccaab..884882413e630 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -18,6 +18,7 @@ SUBDIR= alias \
biff \
${_bluetooth} \
brandelf \
+ bsdiff \
bzip2 \
bzip2recover \
${_c89} \