From 01864e7e3ec0ce7dffd9ba3aa43e1f259260c239 Mon Sep 17 00:00:00 2001 From: anton Date: Sun, 27 Nov 2022 15:13:15 +0000 Subject: [PATCH] reformat REGRESS_TARGETS --- regress/sys/kern/noexec/Makefile | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/regress/sys/kern/noexec/Makefile b/regress/sys/kern/noexec/Makefile index c5f16b37bf5..6227861cdbf 100644 --- a/regress/sys/kern/noexec/Makefile +++ b/regress/sys/kern/noexec/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2022/11/27 15:12:57 anton Exp $ +# $OpenBSD: Makefile,v 1.27 2022/11/27 15:13:15 anton Exp $ PROG= noexec SRCS= noexec.c testfly.S @@ -6,14 +6,13 @@ CFLAGS= -Wall -fno-inline LDFLAGS= -pthread LDSTATIC= ${STATIC} -REGRESS_TARGETS= nxtext-mmap nxtext-mprotect \ - nxdata nxdata-mmap nxdata-mprotect \ - nxbss nxbss-mmap nxbss-mprotect \ - nxheap nxheap-mmap nxheap-mprotect \ - nxmmap nxmmap-mprotect \ - nxstack nxstack-mmap nxstack-mprotect -REGRESS_TARGETS+= nxmutable nxmutable-mmap nxmutable-mprotect -.PHONY: ${REGRESS_TARGETS} +REGRESS_TARGETS+= nxtext-mmap nxtext-mprotect +REGRESS_TARGETS+= nxmmap nxmmap-mprotect +REGRESS_TARGETS+= nxdata nxdata-mmap nxdata-mprotect +REGRESS_TARGETS+= nxbss nxbss-mmap nxbss-mprotect +REGRESS_TARGETS+= nxheap nxheap-mmap nxheap-mprotect +REGRESS_TARGETS+= nxstack nxstack-mmap nxstack-mprotect +REGRESS_TARGETS+= nxmutable nxmutable-mmap nxmutable-mprotect nxtext-mmap: ${PROG} ./${PROG} -T -m -- 2.20.1