make macppc install floppy IPv6 ready

(we have two floppies anyways, and there's plenty of space in 2nd floppy)
This commit is contained in:
itojun 2002-06-18 02:02:20 +00:00
parent 2d892281ef
commit 0c74b798cb
5 changed files with 12 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.20 2002/06/17 15:34:37 itojun Exp $
# $NetBSD: list,v 1.21 2002/06/18 02:02:21 itojun Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -38,9 +38,11 @@ PROG sbin/mount_nfs
PROG sbin/newfs sbin/mount_mfs
PROG sbin/newfs_msdos
PROG sbin/ping
PROG sbin/ping6
PROG sbin/reboot sbin/halt
PROG sbin/restore sbin/rrestore
PROG sbin/route
PROG sbin/rtsol
PROG sbin/shutdown
PROG sbin/swapctl
PROG sbin/umount
@ -67,6 +69,7 @@ SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
SPECIAL more srcdir distrib/utils/more
SPECIAL mount srcdir distrib/utils/x_mount
SPECIAL ping srcdir distrib/utils/x_ping
SPECIAL ping6 srcdir distrib/utils/x_ping6
SPECIAL route srcdir distrib/utils/x_route
SPECIAL umount srcdir distrib/utils/x_umount

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2001/12/12 00:05:12 tv Exp $
# $NetBSD: Makefile,v 1.14 2002/06/18 02:02:21 itojun Exp $
# Build a smaller ftp (i.e. for boot media)
SRCDIR= ${.CURDIR}/../../../usr.bin/ftp
@ -10,7 +10,7 @@ SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c \
ftp.c main.c ruserpass.c util.c
CPPFLAGS+= -DNO_EDITCOMPLETE -DNO_ABOUT -I${SRCDIR}
.if (${MACHINE} == "i386" || ${MACHINE} == "hpcmips" || ${MACHINE} == "x68k")
.if (${MACHINE} == "i386" || ${MACHINE} == "hpcmips" || ${MACHINE} == "x68k" || ${MACHINE} == "macppc")
CPPFLAGS+= -DINET6
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2002/06/18 01:53:35 itojun Exp $
# $NetBSD: Makefile,v 1.18 2002/06/18 02:02:21 itojun Exp $
# Build a smaller ifconfig (i.e. for boot media)
SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
@ -7,7 +7,7 @@ PROG= ifconfig
NOMAN= # defined
CPPFLAGS+= -DINET_ONLY -I${SRCDIR}
.if (${MACHINE} == "i386" || ${MACHINE} == "hpcmips" || ${MACHINE} == "x68k")
.if (${MACHINE} == "i386" || ${MACHINE} == "hpcmips" || ${MACHINE} == "x68k" || ${MACHINE} == "macppc")
CPPFLAGS+= -DINET6
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2001/12/12 00:05:14 tv Exp $
# $NetBSD: Makefile,v 1.14 2002/06/18 02:02:22 itojun Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
SRCDIR= ${.CURDIR}/../../../sbin/route
@ -9,7 +9,7 @@ NOMAN= # defined
SRCS= route.c show.c keywords.c
CPPFLAGS+= -DSMALL -I${SRCDIR}
.if (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k")
.if (${MACHINE} == "i386" || ${MACHINE} == "hpcmips" || ${MACHINE} == "x68k" || ${MACHINE} == "macppc")
CPPFLAGS+= -DINET6
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.61 2002/04/25 15:06:31 atatat Exp $
# $NetBSD: INSTALL,v 1.62 2002/06/18 02:02:20 itojun Exp $
#
# config file for INSTALL FLOPPY
#
@ -43,6 +43,7 @@ options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
# Networking options
options INET # IP + ICMP + TCP + UDP
options INET6 # IPV6
options NFS_BOOT_DHCP # Support DHCP NFS root
options WSEMUL_VT100 # VT100 / VT220 emulation