Module Name:    src
Committed By:   christos
Date:           Sun Apr  9 21:57:59 UTC 2017

Modified Files:
        src/usr.sbin/crash: Makefile

Log Message:
fix syntax


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/crash/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/crash/Makefile
diff -u src/usr.sbin/crash/Makefile:1.34 src/usr.sbin/crash/Makefile:1.35
--- src/usr.sbin/crash/Makefile:1.34	Sun Apr  9 16:34:00 2017
+++ src/usr.sbin/crash/Makefile	Sun Apr  9 17:57:59 2017
@@ -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 @@ SRCS+=	unsupported.c
 
 COPTS.kern_timeout.c += -Wno-stack-protector
 
-.if  ${MACHINE} == "sparc" ||
-    ${MACHINE} == "sparc64" ||
+.if  ${MACHINE} == "sparc"
+    || ${MACHINE} == "sparc64"
 .include "../../compat/exec.mk"
 .endif
 

Reply via email to