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/6a23d5c2b017
branches: trunk
changeset: 326998:6a23d5c2b017
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 3c6eb6ab8125 -r 6a23d5c2b017 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