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 need -DCLIENT_PATH to compile the l...
details: https://anonhg.NetBSD.org/src/rev/1cd8ec1dd5a6
branches: trunk
changeset: 495205:1cd8ec1dd5a6
user: itojun <itojun%NetBSD.org@localhost>
date: Mon Jul 24 07:59:28 2000 +0000
description:
need -DCLIENT_PATH to compile the latest dhclient. not 100% sure if it's
completely right.
diffstat:
distrib/utils/x_dhclient/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r aec692e1f603 -r 1cd8ec1dd5a6 distrib/utils/x_dhclient/Makefile
--- a/distrib/utils/x_dhclient/Makefile Mon Jul 24 07:40:40 2000 +0000
+++ b/distrib/utils/x_dhclient/Makefile Mon Jul 24 07:59:28 2000 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2000/06/26 12:34:05 briggs Exp $
+# $NetBSD: Makefile,v 1.4 2000/07/24 07:59:28 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