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 rev. 1.3:



details:   https://anonhg.NetBSD.org/src/rev/3f325bbfec97
branches:  netbsd-1-5
changeset: 488477:3f325bbfec97
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jul 13 00:44:42 2000 +0000

description:
Pull up rev. 1.3:
Define SMALL.

diffstat:

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

diffs (18 lines):

diff -r 3d47a77320e6 -r 3f325bbfec97 distrib/utils/x_dhclient/Makefile
--- a/distrib/utils/x_dhclient/Makefile Wed Jul 12 23:08:38 2000 +0000
+++ b/distrib/utils/x_dhclient/Makefile Thu Jul 13 00:44:42 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2000/06/12 02:36:18 jtk Exp $
+#      $NetBSD: Makefile,v 1.2.2.1 2000/07/13 00:44:42 thorpej Exp $
 
 PROG=  dhclient
 MKMAN= no
@@ -23,7 +23,7 @@
 COMOBJS+= ${COMSRCS:N*.h:N*.sh:N*.fth:R:S/$/.o/g}
 SRCS+= ${COMSRCS}
 
-CPPFLAGS+=-I${RSRCDIR} -I${RSRCDIR}/includes
+CPPFLAGS+=-DSMALL -I${RSRCDIR} -I${RSRCDIR}/includes
 COPTS+=        -Os
 
 all: ${PROG}



Home | Main Index | Thread Index | Old Index