From: Art Cancro Date: Tue, 20 Jun 2023 23:43:12 +0000 (-0900) Subject: Do not include ctdl3264 in the build X-Git-Tag: v981~71 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=63d663aa05d69df3e787c8fa5cd58eda2ef24109;p=citadel.git Do not include ctdl3264 in the build --- 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