Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/utils/x_ftp Pullup rev.1.10; reviewed by shin, ...
details: https://anonhg.NetBSD.org/src/rev/4d12b40fac43
branches: netbsd-1-5
changeset: 489400:4d12b40fac43
user: minoura <minoura%NetBSD.org@localhost>
date: Thu Sep 07 01:36:31 2000 +0000
description:
Pullup rev.1.10; reviewed by shin, approved by thorpej.
Enable INET6 on x68k.
Use ${MACHINE} instead of ${MACHINE_ARCH}, since the installer is
built per-${MACHINE} based.
diffstat:
distrib/utils/x_ftp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 812a9d7537f8 -r 4d12b40fac43 distrib/utils/x_ftp/Makefile
--- a/distrib/utils/x_ftp/Makefile Wed Sep 06 20:31:43 2000 +0000
+++ b/distrib/utils/x_ftp/Makefile Thu Sep 07 01:36:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/05/18 01:10:27 matt Exp $
+# $NetBSD: Makefile,v 1.9.4.1 2000/09/07 01:36:31 minoura Exp $
# Build a smaller ftp (i.e. for boot media)
PROG= ftp
@@ -14,7 +14,7 @@
util.c
CPPFLAGS+= -DNO_EDITCOMPLETE -DNO_ABOUT -I${SRCDIR}
-.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "hpcmips")
+.if (${MACHINE} == "i386" || ${MACHINE} == "hpcmips" || ${MACHINE} == "x68k")
CPPFLAGS+= -DINET6
.endif
COPTS+= -Os
Home |
Main Index |
Thread Index |
Old Index