Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Build new auth modules.



details:   https://anonhg.NetBSD.org/src/rev/9fa8cd65d02c
branches:  trunk
changeset: 793738:9fa8cd65d02c
user:      roy <roy%NetBSD.org@localhost>
date:      Tue Feb 25 13:16:04 2014 +0000

description:
Build new auth modules.

diffstat:

 external/bsd/dhcpcd/sbin/dhcpcd/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r ed6f293eab77 -r 9fa8cd65d02c external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Tue Feb 25 13:14:27 2014 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Tue Feb 25 13:16:04 2014 +0000
@@ -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 @@
 
 .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 @@
 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



Home | Main Index | Thread Index | Old Index