Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/x_ifconfig use CRUNCHOPS for a crunched prog



details:   https://anonhg.NetBSD.org/src/rev/c5124fa7df8c
branches:  trunk
changeset: 759620:c5124fa7df8c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Dec 13 21:47:32 2010 +0000

description:
use CRUNCHOPS for a crunched prog

diffstat:

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

diffs (18 lines):

diff -r ae5cecd6a9b2 -r c5124fa7df8c distrib/utils/x_ifconfig/Makefile
--- a/distrib/utils/x_ifconfig/Makefile Mon Dec 13 21:47:04 2010 +0000
+++ b/distrib/utils/x_ifconfig/Makefile Mon Dec 13 21:47:32 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2010/12/13 17:35:31 pooka Exp $
+# $NetBSD: Makefile,v 1.31 2010/12/13 21:47:32 pooka Exp $
 # Build a smaller ifconfig (i.e. for boot media)
 
 .include <bsd.own.mk>
@@ -9,7 +9,7 @@
 
 
 .if defined(SMALLPROG_INET6) && (${USE_INET6} != "no")
-CPPFLAGS+=     -DINET6
+CPPFLAGS+=     -DINET6 -DCRUNCHOPS
 SRCS+= af_inet6.c
 .endif
 



Home | Main Index | Thread Index | Old Index