From f594ac03ac5a61c2e8dae965cb251fb55bdd36a4 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 3 Sep 2002 15:28:50 +0000 Subject: those targets are all phony --- regress/sys/kern/noexec/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'regress') diff --git a/regress/sys/kern/noexec/Makefile b/regress/sys/kern/noexec/Makefile index cdaa36cc743..8fbf9f0e3ce 100644 --- a/regress/sys/kern/noexec/Makefile +++ b/regress/sys/kern/noexec/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2002/09/02 20:01:44 avsm Exp $ +# $OpenBSD: Makefile,v 1.3 2002/09/03 15:28:49 mickey Exp $ .if ${MACHINE} == "sparc64" || ${MACHINE} == "sparc" || \ ${MACHINE} == "alpha" || ${MACHINE} == "macppc" || \ @@ -8,14 +8,15 @@ PROG= noexec CFLAGS+=-Wall -Werror LDSTATIC= ${STATIC} -REGRESS_TARGETS=nxtext-mprotect \ +REGRESS_TARGETS= nxtext-mprotect \ nxdata nxdata-mprotect \ nxbss nxbss-mprotect \ nxheap nxheap-mprotect \ nxstack nxstack-mprotect +.PHONY: ${REGRESS_TARGETS} nxtext-mprotect: ${PROG} - #@./${PROG} -T -p +# @./${PROG} -T -p nxdata: ${PROG} @./${PROG} -D -- cgit v1.2.3