Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/utils/x_ftp Pull up revision 1.14 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/90753401e003
branches:  netbsd-1-6
changeset: 529241:90753401e003
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 03 13:18:58 2002 +0000

description:
Pull up revision 1.14 (requested by itojun in ticket #347):
  Make macppc install floppy IPv6-ready.

diffstat:

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

diffs (18 lines):

diff -r ff79507705d9 -r 90753401e003 distrib/utils/x_ftp/Makefile
--- a/distrib/utils/x_ftp/Makefile      Sun Nov 03 13:18:31 2002 +0000
+++ b/distrib/utils/x_ftp/Makefile      Sun Nov 03 13:18:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/12/12 00:05:12 tv Exp $
+# $NetBSD: Makefile,v 1.13.2.1 2002/11/03 13:18:58 he Exp $
 # Build a smaller ftp (i.e. for boot media)
 
 SRCDIR=                ${.CURDIR}/../../../usr.bin/ftp
@@ -10,7 +10,7 @@
                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
 



Home | Main Index | Thread Index | Old Index