Module Name: src
Committed By: roy
Date: Tue Feb 25 13:16:04 UTC 2014
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
Build new auth modules.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile
diff -u src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.19 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.20
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.19 Fri Jan 17 18:36:25 2014
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Tue Feb 25 13:16:04 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/01/17 18:36:25 roy Exp $
+# $NetBSD: Makefile,v 1.20 2014/02/25 13:16:04 roy Exp $
#
PROG= dhcpcd
@@ -9,6 +9,9 @@ SRCS+= bpf.c if-bsd.c platform-bsd.c
.include <bsd.own.mk>
+SRCS+= auth.c hmac_md5.c
+CPPFLAGS+= -DHAVE_MD5_H
+
CPPFLAGS+= -DINET
SRCS+= arp.c dhcp.c ipv4.c ipv4ll.c
@@ -20,7 +23,7 @@ SRCS+= ipv6.c ipv6nd.c dhcp6.c
DIST= ${NETBSDSRCDIR}/external/bsd/dhcpcd/dist
CPPFLAGS+= -I${DIST}
-.PATH: ${DIST} ${LIBC_NET}
+.PATH: ${DIST} ${DIST}/crypt ${LIBC_NET}
SCRIPTS= dhcpcd-run-hooks
SCRIPTSDIR_dhcpcd-run-hooks= /libexec