Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sparc64/instfs Enable INET6 in the installer
details: https://anonhg.NetBSD.org/src/rev/36d969138a1c
branches: trunk
changeset: 770763:36d969138a1c
user: martin <martin%NetBSD.org@localhost>
date: Tue Nov 01 09:28:14 2011 +0000
description:
Enable INET6 in the installer
diffstat:
distrib/sparc64/instfs/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 2c3dac1b9279 -r 36d969138a1c distrib/sparc64/instfs/Makefile
--- a/distrib/sparc64/instfs/Makefile Tue Nov 01 09:26:37 2011 +0000
+++ b/distrib/sparc64/instfs/Makefile Tue Nov 01 09:28:14 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/07/10 08:51:24 mrg Exp $
+# $NetBSD: Makefile,v 1.16 2011/11/01 09:28:14 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -15,6 +15,11 @@
MDSETTARGETS= INSTALL ${IMAGE} -
MDSET_RELEASEDIR= binary/kernel
+SMALLPROG_INET6=1
+.if ${USE_INET6} != "no"
+LISTS+= ${DISTRIBDIR}/common/list.inet6
+.endif
+
# Use stubs to eliminate some large stuff from libc
HACKSRC= ${DISTRIBDIR}/utils/libhack
.include "${HACKSRC}/Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index