From 2c637a569965dd60a9668029df06d6a4e108cff3 Mon Sep 17 00:00:00 2001 From: dinoex Date: Tue, 13 Jan 2009 15:42:55 +0000 Subject: Dupmerge reads a list of files from standard input (eg., as produced by "find . -print") and looks securely for identical files. When it finds two or more identical files, all but one are unlinked to reclaim the disk space and recreated as hard links to the remaining copy. WWW: http://sourceforge.net/projects/dupmerge --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index 37ecc096abb9..549e3c7de9b3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -161,6 +161,7 @@ SUBDIR += dump9660 SUBDIR += dupfind SUBDIR += duplicity + SUBDIR += dupmerge SUBDIR += durep SUBDIR += dvd+rw-tools SUBDIR += dvdbackup -- cgit