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 pullup 1.3 -> 1.4 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/a3373e03683a
branches:  netbsd-1-5
changeset: 488685:a3373e03683a
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Jul 24 15:25:00 2000 +0000

description:
pullup 1.3 -> 1.4 (requested by releng-1-5)
need -DCLIENT_PATH to compile the latest dhclient.

diffstat:

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

diffs (13 lines):

diff -r a1cabb5639bc -r a3373e03683a distrib/utils/x_dhclient/Makefile
--- a/distrib/utils/x_dhclient/Makefile Mon Jul 24 14:11:09 2000 +0000
+++ b/distrib/utils/x_dhclient/Makefile Mon Jul 24 15:25:00 2000 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile,v 1.2.2.1 2000/07/13 00:44:42 thorpej Exp $
+#      $NetBSD: Makefile,v 1.2.2.2 2000/07/24 15:25:00 itojun Exp $
 
 PROG=  dhclient
 MKMAN= no
+CPPFLAGS+=     -DCLIENT_PATH='"PATH=/usr/bin:/usr/sbin:/bin:/sbin"'
 
 LDSTATIC?=     -static
 



Home | Main Index | Thread Index | Old Index