Removed serv_migrate.c and ctdlmigrate. They are replaced by ctdldump and ctdlload.
[citadel.git] / citadel / Makefile
index edd3d0282ee69a0d54a714cc4beb283549b2b1d6..87c3101585a7a0b889b2eb3cb090725f6849301d 100644 (file)
@@ -10,7 +10,7 @@
 # config.mk is generated by ./configure
 include config.mk
 
-all := citserver setup ctdlmigrate sendcommand citmail chkpw chkpwd ctdldump ctdlload
+all := citserver setup sendcommand citmail chkpw chkpwd ctdldump ctdlload
 all: $(all)
 
 SRCDIRS := $(wildcard server server/modules/*)