Module Name:    src
Committed By:   martin
Date:           Tue Mar  7 10:43:53 UTC 2023

Modified Files:
        src/share/examples/asm/hello: Makefile.inst

Log Message:
This example is plain asm code, running ctf tools on it is not usefull


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/examples/asm/hello/Makefile.inst

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

Modified files:

Index: src/share/examples/asm/hello/Makefile.inst
diff -u src/share/examples/asm/hello/Makefile.inst:1.2 src/share/examples/asm/hello/Makefile.inst:1.3
--- src/share/examples/asm/hello/Makefile.inst:1.2	Fri Oct 14 19:42:13 2022
+++ src/share/examples/asm/hello/Makefile.inst	Tue Mar  7 10:43:53 2023
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.inst,v 1.2 2022/10/14 19:42:13 ryo Exp $
+# $NetBSD: Makefile.inst,v 1.3 2023/03/07 10:43:53 martin Exp $
+
+NOPIE=		# defined
+NOCTF=		# defined
 
 .include <bsd.own.mk>
 
@@ -7,7 +10,6 @@ PROG=		hello
 MAN=		# empty
 LDFLAGS=	-nostdlib
 SRCS=		${MACHINE_CPU}.s
-MKPIE=		no
 .endif
 
 .include <bsd.prog.mk>

Reply via email to