Module Name:    src
Committed By:   joerg
Date:           Mon Nov  2 12:06:33 UTC 2015

Modified Files:
        src/usr.bin/kdump: Makefile.ioctl-c

Log Message:
' != " so make the condition actually work.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/kdump/Makefile.ioctl-c

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

Modified files:

Index: src/usr.bin/kdump/Makefile.ioctl-c
diff -u src/usr.bin/kdump/Makefile.ioctl-c:1.29 src/usr.bin/kdump/Makefile.ioctl-c:1.30
--- src/usr.bin/kdump/Makefile.ioctl-c:1.29	Sat Sep 26 03:31:11 2015
+++ src/usr.bin/kdump/Makefile.ioctl-c	Mon Nov  2 12:06:33 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.ioctl-c,v 1.29 2015/09/26 03:31:11 christos Exp $
+#	$NetBSD: Makefile.ioctl-c,v 1.30 2015/11/02 12:06:33 joerg Exp $
 
 # NOTE: <bsd.own.mk> needs to be previously .included for NETBSDSRCDIR
 
@@ -20,7 +20,7 @@ SETFILES:= ${SETFILES} ${sb}/${md}
 .endif
 .endfor
 .endfor
-.if ${MKDTRACE} != 'no"
+.if ${MKDTRACE} != "no"
 EXTRAS=	${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common/sys/dtrace.h
 .endif
 

Reply via email to