aboutsummaryrefslogtreecommitdiff
path: root/compat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'compat/Makefile')
-rw-r--r--compat/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/compat/Makefile b/compat/Makefile
index 65ec3ef..39fe642 100644
--- a/compat/Makefile
+++ b/compat/Makefile
@@ -1,9 +1,13 @@
DISTFILES = Makefile \
+ arc4random.c \
+ arc4random.h \
+ chacha_private.h \
err.c \
explicit_bzero.c \
freezero.c \
getdtablecount.c \
getdtablesize.c \
+ getentropy.c \
getprogname.c \
imsg-buffer.c \
imsg.c \
@@ -18,6 +22,7 @@ DISTFILES = Makefile \
strlcat.c \
strlcpy.c \
strtonum.c \
+ timingsafe_memcmp.c \
tree.h \
vasprintf.c \
vis.c
@@ -30,6 +35,7 @@ dist: ${DISTFILES}
${INSTALL} -m 0644 ${DISTFILES} ${DESTDIR}/
mkdir -p ${DESTDIR}/vis
${INSTALL} -m 0644 vis/vis.h ${DESTDIR}/vis
+ ${MAKE} -C libtls DESTDIR=${DESTDIR}/libtls dist
.PHONY: all dist
include ../config.mk