Module Name:    src
Committed By:   maxv
Date:           Wed Oct 31 18:35:05 UTC 2018

Modified Files:
        src/sys/arch/amd64/include: Makefile

Log Message:
Revert my kasan addition in this makefile, it looks like it causes
asan.h to be installed, while we don't want it to be.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/amd64/include/Makefile

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

Modified files:

Index: src/sys/arch/amd64/include/Makefile
diff -u src/sys/arch/amd64/include/Makefile:1.21 src/sys/arch/amd64/include/Makefile:1.22
--- src/sys/arch/amd64/include/Makefile:1.21	Wed Oct 31 06:26:26 2018
+++ src/sys/arch/amd64/include/Makefile	Wed Oct 31 18:35:04 2018
@@ -1,8 +1,8 @@
-#	$NetBSD: Makefile,v 1.21 2018/10/31 06:26:26 maxv Exp $
+#	$NetBSD: Makefile,v 1.22 2018/10/31 18:35:04 maxv Exp $
 
 INCSDIR= /usr/include/amd64
 
-INCS=	ansi.h aout_machdep.h asan.h asm.h \
+INCS=	ansi.h aout_machdep.h asm.h \
 	bootinfo.h bswap.h byte_swap.h \
 	cdefs.h cpu.h cpu_rng.h\
 	disklabel.h \

Reply via email to