Module Name: src
Committed By: roy
Date: Mon Jan 3 11:33:44 UTC 2011
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
Don't build the getline shim anymore as the NetBSD libc getline(3) has
proven itself now.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.10
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.9 Sat Nov 27 12:11:54 2010
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Mon Jan 3 11:33:44 2011
@@ -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}