Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/fdformat Build on bebox, too.
details: https://anonhg.NetBSD.org/src/rev/1bd664f16df2
branches: trunk
changeset: 508474:1bd664f16df2
user: briggs <briggs%NetBSD.org@localhost>
date: Thu Apr 12 02:31:52 2001 +0000
description:
Build on bebox, too.
diffstat:
usr.bin/fdformat/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r a59e17ad8276 -r 1bd664f16df2 usr.bin/fdformat/Makefile
--- a/usr.bin/fdformat/Makefile Thu Apr 12 02:28:59 2001 +0000
+++ b/usr.bin/fdformat/Makefile Thu Apr 12 02:31:52 2001 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2000/08/09 14:21:44 augustss Exp $
+# $NetBSD: Makefile,v 1.6 2001/04/12 02:31:52 briggs Exp $
-.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \
- ${MACHINE} == "atari" || ${MACHINE_ARCH} == "arm32" || \
+.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arm32" || \
+ ${MACHINE} == "atari" || ${MACHINE} == "bebox" || \
+ ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
PROG= fdformat
.endif
Home |
Main Index |
Thread Index |
Old Index