Do not include ctdl3264 in the build
authorArt Cancro <ajc@citadel.org>
Tue, 20 Jun 2023 23:43:12 +0000 (14:43 -0900)
committerArt Cancro <ajc@citadel.org>
Tue, 20 Jun 2023 23:43:12 +0000 (14:43 -0900)
citadel/Makefile

index 91e951893ddda29017a55f620e04d1d9a44ff637..e9226bdd51b4b6a66b7f21325eb43815304cf539 100644 (file)
@@ -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