From 63d663aa05d69df3e787c8fa5cd58eda2ef24109 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 20 Jun 2023 14:43:12 -0900 Subject: [PATCH] Do not include ctdl3264 in the build --- citadel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/Makefile b/citadel/Makefile index 91e951893..e9226bdd5 100644 --- a/citadel/Makefile +++ b/citadel/Makefile @@ -10,7 +10,7 @@ # config.mk is generated by ./configure include config.mk -all := citserver setup ctdlmigrate sendcommand citmail chkpw chkpwd ctdl3264 +all := citserver setup ctdlmigrate sendcommand citmail chkpw chkpwd all: $(all) citserver: server/*.c server/modules/*/*.c config.mk server/*.h -- 2.39.2