Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/crash fix syntax
details: https://anonhg.NetBSD.org/src/rev/7951cbd71bfe
branches: trunk
changeset: 822839:7951cbd71bfe
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 09 21:57:59 2017 +0000
description:
fix syntax
diffstat:
usr.sbin/crash/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 5a093b4896a0 -r 7951cbd71bfe usr.sbin/crash/Makefile
--- a/usr.sbin/crash/Makefile Sun Apr 09 20:51:55 2017 +0000
+++ b/usr.sbin/crash/Makefile Sun Apr 09 21:57:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2017/04/09 20:34:00 christos Exp $
+# $NetBSD: Makefile,v 1.35 2017/04/09 21:57:59 christos Exp $
PROG= crash
MAN= crash.8
@@ -99,8 +99,8 @@
COPTS.kern_timeout.c += -Wno-stack-protector
-.if ${MACHINE} == "sparc" ||
- ${MACHINE} == "sparc64" ||
+.if ${MACHINE} == "sparc"
+ || ${MACHINE} == "sparc64"
.include "../../compat/exec.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index