]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/Makefile.in
mkpasswd: Default to MD5-based crypt instead of SHA-based.
[irc/rqf/shadowircd.git] / src / Makefile.in
index 5322b5a2ccc264528b9036ce2b1ac85a39a8174c..ab69afbb2759fb99abc6e0982473188d2fbceff5 100644 (file)
@@ -54,6 +54,7 @@ lex.yy.c:     ircd_lexer.l
        ${LEX} ircd_lexer.l
 
 SRCS =                          \
+  bandbi.c                     \
   blacklist.c                  \
   cache.c                      \
   channel.c                     \
@@ -68,7 +69,6 @@ SRCS =                          \
   irc_dictionary.c             \
   ircd.c                        \
   ircd_signal.c                 \
-  kdparse.c                    \
   listener.c                    \
   logger.c                      \
   match.c                       \
@@ -76,8 +76,10 @@ SRCS =                          \
   monitor.c                    \
   newconf.c                    \
   numeric.c                     \
+  operhash.c                    \
   packet.c                      \
   parse.c                       \
+  privilege.c                  \
   res.c                                \
   reslib.c                     \
   reject.c                     \
@@ -93,6 +95,7 @@ SRCS =                          \
   sslproc.c                    \
   substitution.c               \
   supported.c                  \
+  tgchange.c                   \
   whowas.c
 
 OBJS = ${SRCS:.c=.o}