Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/dhcp/client Pull up rev. 1.9:



details:   https://anonhg.NetBSD.org/src/rev/70a2ae01935f
branches:  netbsd-1-5
changeset: 488676:70a2ae01935f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jul 23 05:37:44 2000 +0000

description:
Pull up rev. 1.9:
CPP directives go into CPPFLAGS, not COPTS.

diffstat:

 usr.sbin/dhcp/client/Makefile |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 57c01ee790bd -r 70a2ae01935f usr.sbin/dhcp/client/Makefile
--- a/usr.sbin/dhcp/client/Makefile     Sun Jul 23 05:25:07 2000 +0000
+++ b/usr.sbin/dhcp/client/Makefile     Sun Jul 23 05:37:44 2000 +0000
@@ -36,7 +36,7 @@
 SRCS   = dhclient.c clparse.c
 PROG   = dhclient
 MAN    = dhclient.8 dhclient.conf.5 dhclient.leases.5 dhclient-script.8
-COPTS += -DCLIENT_PATH='"/usr/bin:/usr/sbin:/bin:/sbin"'
+CPPFLAGS += -DCLIENT_PATH='"/usr/bin:/usr/sbin:/bin:/sbin"'
 
 # XXX
 BINDIR?=       /sbin



Home | Main Index | Thread Index | Old Index