Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils Nothing uses the old small dhclient, and the n...
details: https://anonhg.NetBSD.org/src/rev/de4d884216e8
branches: trunk
changeset: 785678:de4d884216e8
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 24 20:26:29 2013 +0000
description:
Nothing uses the old small dhclient, and the new version is gigantic since it
brings in libisc.
diffstat:
distrib/utils/Makefile | 4 +-
distrib/utils/x_dhclient/Makefile | 42 ---------------------------------------
2 files changed, 2 insertions(+), 44 deletions(-)
diffs (61 lines):
diff -r ad66ff064728 -r de4d884216e8 distrib/utils/Makefile
--- a/distrib/utils/Makefile Sun Mar 24 19:56:06 2013 +0000
+++ b/distrib/utils/Makefile Sun Mar 24 20:26:29 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2010/03/10 23:13:10 abs Exp $
+# $NetBSD: Makefile,v 1.20 2013/03/24 20:26:29 christos Exp $
.if make(obj)
SUBDIR= libhack more ssh tls \
- x_dhclient x_ed x_gzip x_ifconfig \
+ x_ed x_gzip x_ifconfig \
x_netstat x_ping x_route x_umount zcat
.if ${MACHINE} == "acorn32"
diff -r ad66ff064728 -r de4d884216e8 distrib/utils/x_dhclient/Makefile
--- a/distrib/utils/x_dhclient/Makefile Sun Mar 24 19:56:06 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2011/06/20 07:43:57 mrg Exp $
-
-NOMAN=
-.include <bsd.own.mk>
-
-RSRCDIR= ${NETBSDSRCDIR}/dist/dhcp
-
-.PATH: ${RSRCDIR}/client
-
-PROG= dhclient
-SRCS= dhclient.c clparse.c
-CPPFLAGS+= -DCLIENT_PATH='"PATH=/usr/bin:/usr/sbin:/bin:/sbin"' \
- -DSMALL -I${RSRCDIR} -I${RSRCDIR}/includes
-
-.if defined(HAVE_GCC)
-CPPFLAGS+= -fno-strict-aliasing
-.endif
-
-# common source
-#
-.PATH: ${RSRCDIR}/common
-SRCS+= alloc.c bpf.c comapi.c conflex.c discover.c dispatch.c dns.c \
- ethernet.c execute.c fddi.c inet.c memory.c options.c packet.c \
- parse.c print.c socket.c tables.c tree.c
-
-# omapip source
-#
-.PATH: ${RSRCDIR}/omapip
-SRCS+= alloc.OM.c convert.c dispatch.OM.c errwarn.c handle.c hash.c \
- result.c support.c
-
-
-.SUFFIXES: .OM.c
-
-.c.OM.c:
- rm -f ${.TARGET}
- cp ${RSRCDIR}/omapip/${.IMPSRC:T} ${.TARGET}
-
-DPSRCS+= ${SRCS:M*.OM.c}
-CLEANFILES+= ${SRCS:M*.OM.c}
-
-.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index