From 96fd622da1e9b7ec49c901e98966410a1c0ccf15 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 25 May 2008 21:37:15 +0200 Subject: [PATCH] Moved md5crypt from utils/ to mop/ (The utility is used only by MO-P admin scripts anyway and I want to avoid utils/ depending on libucw.) --- {utils => mop}/md5crypt.c | 0 utils/Makefile | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename {utils => mop}/md5crypt.c (100%) diff --git a/utils/md5crypt.c b/mop/md5crypt.c similarity index 100% rename from utils/md5crypt.c rename to mop/md5crypt.c diff --git a/utils/Makefile b/utils/Makefile index 23fa817..2307708 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -2,7 +2,6 @@ # (c) 2008 Martin Mares DIRS+=utils -PROGS+=$(addprefix $(o)/utils/,md5crypt pedant) +PROGS+=$(addprefix $(o)/utils/,pedant) -$(o)/utils/md5crypt: $(o)/utils/md5crypt.o $(LIBUCW) $(o)/utils/pedant: $(o)/utils/pedant.o -- 2.39.2