Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/x_dhclient Fix up to reflect source changes in...
details: https://anonhg.NetBSD.org/src/rev/b669436af563
branches: trunk
changeset: 487717:b669436af563
user: jtk <jtk%NetBSD.org@localhost>
date: Mon Jun 12 02:36:18 2000 +0000
description:
Fix up to reflect source changes in dhclient
diffstat:
distrib/utils/x_dhclient/Makefile | 4 ++--
distrib/utils/x_dhclient/Src-common | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r fa6b0a575bb9 -r b669436af563 distrib/utils/x_dhclient/Makefile
--- a/distrib/utils/x_dhclient/Makefile Mon Jun 12 01:57:25 2000 +0000
+++ b/distrib/utils/x_dhclient/Makefile Mon Jun 12 02:36:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2000/05/12 20:53:21 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2000/06/12 02:36:18 jtk Exp $
PROG= dhclient
MKMAN= no
@@ -9,7 +9,7 @@
.PATH: ${RSRCDIR}/client ${RSRCDIR}/common ${RSRCDIR}/minires ${RSRCDIR}/omapip
.NOPATH: ${PROG}
-SRCS= dhclient.c clparse.c omapi.c
+SRCS= dhclient.c clparse.c
.include "Src-minires"
MINIOBJS+= ${MINISRCS:N*.h:N*.sh:N*.fth:R:S/$/.o/g}
diff -r fa6b0a575bb9 -r b669436af563 distrib/utils/x_dhclient/Src-common
--- a/distrib/utils/x_dhclient/Src-common Mon Jun 12 01:57:25 2000 +0000
+++ b/distrib/utils/x_dhclient/Src-common Mon Jun 12 02:36:18 2000 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Src-common,v 1.2 2000/05/29 03:13:24 matt Exp $
+# $NetBSD: Src-common,v 1.3 2000/06/12 02:36:19 jtk Exp $
COMSRCS= parse.c dispatch.c conflex.c bpf.c socket.c packet.c \
ethernet.c memory.c print.c options.c inet.c convert.c \
- tree.c tables.c hash.c alloc.c dns.c execute.c discover.c fddi.c
+ tree.c tables.c hash.c alloc.c dns.c execute.c discover.c fddi.c \
+ comapi.c
Home |
Main Index |
Thread Index |
Old Index