diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-01-09 18:14:24 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-01-09 18:14:24 +0000 |
commit | 7b81a6ac040236a7d9f8f6bb3113f0f89716060d (patch) | |
tree | 84a715c72249d21adb4a9771ec7f80948b0bc665 /sysutils/dcfldd/files/patch-lib:Makefile.in | |
parent | Update to 1.0.10 (diff) |
Add dcfldd, an enhanced dd tool with MD5 hashing capability.
Notes
Notes:
svn path=/head/; revision=125981
Diffstat (limited to 'sysutils/dcfldd/files/patch-lib:Makefile.in')
-rw-r--r-- | sysutils/dcfldd/files/patch-lib:Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/dcfldd/files/patch-lib:Makefile.in b/sysutils/dcfldd/files/patch-lib:Makefile.in new file mode 100644 index 000000000000..0f274bbde3ef --- /dev/null +++ b/sysutils/dcfldd/files/patch-lib:Makefile.in @@ -0,0 +1,11 @@ +--- lib/Makefile.in.orig Mon Jan 10 01:54:04 2005 ++++ lib/Makefile.in Mon Jan 10 01:56:47 2005 +@@ -830,7 +830,7 @@ + + install-data-am: + +-install-exec-am: install-exec-local ++install-exec-am: + + install-info: install-info-am + |