diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2003-06-06 16:59:30 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2003-06-06 16:59:30 +0000 |
commit | ab4046953a3d8c22aa35bc156d795007579f46dd (patch) | |
tree | 0de2a4d4233bc771f0ea68793b02a2d7475e4a18 /devel/Makefile | |
parent | Remove since it is a duplicate entry of py-bittorrent (diff) |
Add cvsdiff2patch, a utility I wrote that'll fudge bad cvs(1) diff output
into something that patch(1) should swallow.
Notes
Notes:
svn path=/head/; revision=82377
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3d946f96cd87..e5eecd83d986 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -127,6 +127,7 @@ SUBDIR += cvsbook SUBDIR += cvsd SUBDIR += cvsdelta + SUBDIR += cvsdiff2patch SUBDIR += cvsgraph SUBDIR += cvslines SUBDIR += cvsmapfs |