summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-09-19 09:08:11 +0000
committerRoy Marples <roy@marples.name>2016-09-19 09:08:11 +0000
commite5fc8ac453a34770a7b37c2c3d965aa6dc6c9eb3 (patch)
treeda2db2fbf2564c833686e8a7f008b9b833b92f72 /Makefile
parenta8c0412dbefb1913ca3c12c3fc9b6e145e6a3ae3 (diff)
downloaddhcpcd-e5fc8ac453a34770a7b37c2c3d965aa6dc6c9eb3.tar.xz
Allow dhcpcd to be built without Authentiction support for system media with
extreme size constraints.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a73fd34d..d7b5c31d 100644
--- a/Makefile
+++ b/Makefile
@@ -17,11 +17,7 @@ CFLAGS+= -std=${CSTD}
SRCS+= ${DHCPCD_SRCS}
DHCPCD_DEFS?= dhcpcd-definitions.conf
-SRCS+= auth.c
-CPPFLAGS+= -I./crypt
-CRYPT_SRCS= crypt/hmac_md5.c ${MD5_SRC} ${SHA256_SRC}
-
-OBJS+= ${SRCS:.c=.o} ${COMPAT_SRCS:.c=.o} ${CRYPT_SRCS:.c=.o}
+OBJS+= ${SRCS:.c=.o} ${AUTH_SRCS:.c=.o} ${COMPAT_SRCS:.c=.o}
SCRIPT= ${LIBEXECDIR}/dhcpcd-run-hooks
HOOKDIR= ${LIBEXECDIR}/dhcpcd-hooks