diff options
author | Anton Lindqvist <anton@cvs.openbsd.org> | 2022-11-27 15:13:16 +0000 |
---|---|---|
committer | Anton Lindqvist <anton@cvs.openbsd.org> | 2022-11-27 15:13:16 +0000 |
commit | ef4a78476e49dfd51ff324e05d273504ab2bd492 (patch) | |
tree | 64b245db3e590a97c466af138e4c22f7bf4a68ba /regress | |
parent | 13f54bf86031d2d3b8d583b14532fdf3a4a15f9c (diff) |
reformat REGRESS_TARGETS
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sys/kern/noexec/Makefile | 17 |
1 files 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 |