Module Name: src
Committed By: pooka
Date: Mon Dec 13 21:47:32 UTC 2010
Modified Files:
src/distrib/utils/x_ifconfig: Makefile
Log Message:
use CRUNCHOPS for a crunched prog
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/distrib/utils/x_ifconfig/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/x_ifconfig/Makefile
diff -u src/distrib/utils/x_ifconfig/Makefile:1.30 src/distrib/utils/x_ifconfig/Makefile:1.31
--- src/distrib/utils/x_ifconfig/Makefile:1.30 Mon Dec 13 17:35:31 2010
+++ src/distrib/utils/x_ifconfig/Makefile Mon Dec 13 21:47:32 2010
@@ -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