summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-09-19 19:03:25 +0000
committerRoy Marples <roy@marples.name>2016-09-19 19:03:25 +0000
commitc13106142596583e81a81a866e363056d010721a (patch)
treeb2680b9e4fae7fabcf780789feaad6bd42c3e2dd /Makefile
parent5af5be5d5b811f9d0dc3abc975e284da192a3b65 (diff)
downloaddhcpcd-c13106142596583e81a81a866e363056d010721a.tar.xz
Need to include crypt for MD5 on Linux.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1fd6808c..056b30f7 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ include ${TOP}/iconfig.mk
CSTD?= c99
CFLAGS+= -std=${CSTD}
+CPPFLAGS+= -I./crypt
SRCS+= ${DHCPCD_SRCS}
DHCPCD_DEFS?= dhcpcd-definitions.conf