diff options
| author | Roy Marples <roy@marples.name> | 2016-09-19 09:08:11 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-09-19 09:08:11 +0000 |
| commit | e5fc8ac453a34770a7b37c2c3d965aa6dc6c9eb3 (patch) | |
| tree | da2db2fbf2564c833686e8a7f008b9b833b92f72 /Makefile | |
| parent | a8c0412dbefb1913ca3c12c3fc9b6e145e6a3ae3 (diff) | |
| download | dhcpcd-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-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |
