Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/distrib/utils/x_dhclient Pull up revision 1.7 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/6ba5dceaa4a6
branches:  netbsd-1-5
changeset: 491225:6ba5dceaa4a6
user:      he <he%NetBSD.org@localhost>
date:      Fri Apr 06 09:31:17 2001 +0000

description:
Pull up revision 1.7 (requested by thorpej):
  Make this work with the new dhcp code -- but the binary is Bigger.
  Might require some trimming in the dhcp code itself.

diffstat:

 distrib/utils/x_dhclient/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r b3f2b6465c84 -r 6ba5dceaa4a6 distrib/utils/x_dhclient/Makefile
--- a/distrib/utils/x_dhclient/Makefile Fri Apr 06 03:13:33 2001 +0000
+++ b/distrib/utils/x_dhclient/Makefile Fri Apr 06 09:31:17 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2.2.3 2000/10/18 18:27:54 tv Exp $
+#      $NetBSD: Makefile,v 1.2.2.4 2001/04/06 09:31:17 he Exp $
 
 PROG=  dhclient
 MKMAN= no
@@ -7,14 +7,14 @@
 LDSTATIC?=     -static
 
 RSRCDIR= ${.CURDIR}/../../../usr.sbin/dhcp
-.PATH: ${RSRCDIR}/client ${RSRCDIR}/common ${RSRCDIR}/minires ${RSRCDIR}/omapip
+.PATH: ${RSRCDIR}/client ${RSRCDIR}/common ${RSRCDIR}/dst ${RSRCDIR}/omapip
 .NOPATH: ${PROG}
 
 SRCS=  dhclient.c clparse.c
 
-.include "Src-minires"
-MINIOBJS+= ${MINISRCS:N*.h:N*.sh:N*.fth:R:S/$/.o/g}
-SRCS+= ${MINISRCS}
+.include "Src-dst"
+DSTOBJS+= ${DSTSRCS:N*.h:N*.sh:N*.fth:R:S/$/.o/g}
+SRCS+= ${DSTSRCS}
 
 .include "Src-omapip"
 OMOBJS+= ${OMSRCS:N*.h:N*.sh:N*.fth:R:S/$/.o/g}
@@ -29,7 +29,7 @@
 
 all: ${PROG}
 
-${MINIOBJS}:
+${DSTOBJS}:
        ${CC} ${CFLAGS} ${CPPFLAGS} -DMINIRES_LIB -c ${.IMPSRC}
 
 .SUFFIXES: .OM.c



Home | Main Index | Thread Index | Old Index