Module Name: src
Committed By: roy
Date: Tue Apr 28 22:47:23 UTC 2009
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
Fix compile
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.5
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.4 Tue Apr 28 22:31:52 2009
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Tue Apr 28 22:47:23 2009
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2009/04/28 22:31:52 roy Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/28 22:47:23 roy 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>