Module Name:    src
Committed By:   snj
Date:           Sun May 10 21:29:56 UTC 2009

Modified Files:
        src/external/bsd/dhcpcd/sbin/dhcpcd [netbsd-5]: Makefile

Log Message:
Pull up following revision(s) (requested by roy in ticket #534):
        external/bsd/dhcpcd/sbin/dhcpcd/Makefile: revision 1.5
Fix compile


To generate a diff of this commit:
cvs rdiff -u -r1.3.2.1 -r1.3.2.2 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.3.2.1 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.3.2.2
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.3.2.1	Sun May 10 21:28:52 2009
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile	Sun May 10 21:29:56 2009
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3.2.1 2009/05/10 21:28:52 snj Exp $
+# $NetBSD: Makefile,v 1.3.2.2 2009/05/10 21:29:56 snj Exp $
 #
 
 PROG=		dhcpcd
 SRCS=		arp.c bind.c common.c control.c configure.c dhcp.c dhcpcd.c \
-		duid.c eloop.c if-options.c ipv4ll.c if-pref.c ipv4ll.c \
-		net.c signals.c
+		duid.c eloop.c if-options.c if-pref.c ipv4ll.c net.c \
+		signals.c
 SRCS+=		bpf.c if-bsd.c
 
 .include <bsd.own.mk>

Reply via email to