]> code.citadel.org Git - citadel.git/commitdiff
makefile tweaks
authorArt Cancro <ajc@citadel.org>
Wed, 12 Apr 2023 15:53:15 +0000 (11:53 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 12 Apr 2023 15:53:15 +0000 (11:53 -0400)
citadel/Makefile

index 2227083538b9fab0b50deadbafd983f1f1be2280..91e951893ddda29017a55f620e04d1d9a44ff637 100644 (file)
@@ -7,7 +7,6 @@
 # This program is open source software.  Use, duplication, and/or
 # disclosure are subject to the GNU General Purpose License version 3.
 
-
 # config.mk is generated by ./configure
 include config.mk
 
@@ -38,10 +37,9 @@ chkpw: utils/chkpw.c utils/*.h server/*.h
 chkpwd: utils/chkpwd.c utils/auth.c utils/*.h server/*.h
        cc ${CFLAGS} ${LDFLAGS} utils/chkpwd.c utils/auth.c -lcrypt -o chkpwd
 
-# The `ctdl3264` utility is being kept on hold for now, as it may be resurrected someday.
-# Add `ctdl3264` to the `all` target if we do that.
 ctdl3264: utils/ctdl3264.c utils/*.h server/*.h utils/ctdl3264_structs.h
        cc ${CFLAGS} ${LDFLAGS} utils/ctdl3264.c -lcitadel -lz -ldb -o ctdl3264
+
 utils/ctdl3264_structs.h: server/server.h utils/ctdl3264_prep.sh
        utils/ctdl3264_prep.sh