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 Don't build the getline shim...



details:   https://anonhg.NetBSD.org/src/rev/07f6359902bc
branches:  trunk
changeset: 760354:07f6359902bc
user:      roy <roy%NetBSD.org@localhost>
date:      Mon Jan 03 11:33:44 2011 +0000

description:
Don't build the getline shim anymore as the NetBSD libc getline(3) has
proven itself now.

diffstat:

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

diffs (24 lines):

diff -r 8ffaff5272bd -r 07f6359902bc external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Mon Jan 03 11:28:23 2011 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Mon Jan 03 11:33:44 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/11/27 12:11:54 roy Exp $
+# $NetBSD: Makefile,v 1.10 2011/01/03 11:33:44 roy Exp $
 #
 
 PROG=          dhcpcd
@@ -7,13 +7,10 @@
                signals.c
 SRCS+=         bpf.c if-bsd.c platform-bsd.c
 
-# getline is only available in NetBSD-6, so build the compat shim
-SRCS+=         getline.c
-
 .include <bsd.own.mk>
 
 DIST=          ${NETBSDSRCDIR}/external/bsd/dhcpcd/dist
-.PATH: ${DIST} ${DIST}/compat
+.PATH: ${DIST}
 
 CPPFLAGS+=     -I${DIST}
 



Home | Main Index | Thread Index | Old Index