Module Name:    src
Committed By:   christos
Date:           Sat Aug 27 14:23:54 UTC 2016

Modified Files:
        src/tests/rump/modautoload: Makefile

Log Message:
don't disable PIE


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/rump/modautoload/Makefile

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

Modified files:

Index: src/tests/rump/modautoload/Makefile
diff -u src/tests/rump/modautoload/Makefile:1.5 src/tests/rump/modautoload/Makefile:1.6
--- src/tests/rump/modautoload/Makefile:1.5	Sat Aug 27 10:21:07 2016
+++ src/tests/rump/modautoload/Makefile	Sat Aug 27 10:23:54 2016
@@ -1,9 +1,8 @@
-#	$NetBSD: Makefile,v 1.5 2016/08/27 14:21:07 christos Exp $
+#	$NetBSD: Makefile,v 1.6 2016/08/27 14:23:54 christos Exp $
 #
 
 TESTSDIR=	${TESTSBASE}/rump/modautoload
-.include <bsd.init.mk>
-NOPIE=yes
+
 TESTS_C=	t_modautoload
 PAXCTL_FLAGS=	+m
 

Reply via email to