TLS1.2 and command execution
This commit is contained in:
parent
bc96196ffd
commit
33bb5b8775
10 changed files with 459 additions and 19 deletions
6
Makefile
6
Makefile
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = sis.c imap.c
|
||||
HDR = config.def.h
|
||||
SRC = sis.c imap.c utils.c
|
||||
HDR = config.def.h imap.h utils.h imap.routines
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: options sis
|
||||
|
|
@ -18,7 +18,7 @@ options:
|
|||
.c.o:
|
||||
${CC} -c ${CFLAGS} $<
|
||||
|
||||
${OBJ}: config.h config.mk
|
||||
${OBJ}: config.h imap.routines config.mk
|
||||
|
||||
config.h:
|
||||
cp config.def.h $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue