diff options
-rw-r--r-- | src/regress/lib/libc/db/Makefile | 6 | ||||
-rw-r--r-- | src/regress/lib/libc/getaddrinfo/Makefile | 4 | ||||
-rw-r--r-- | src/regress/lib/libc/longjmp/Makefile | 6 | ||||
-rw-r--r-- | src/regress/lib/libc/regex/Makefile | 4 | ||||
-rw-r--r-- | src/regress/lib/libc/sigreturn/Makefile | 4 | ||||
-rw-r--r-- | src/regress/lib/libc/sigsetjmp/Makefile | 6 | ||||
-rw-r--r-- | src/regress/lib/libssl/Makefile | 6 |
7 files changed, 18 insertions, 18 deletions
diff --git a/src/regress/lib/libc/db/Makefile b/src/regress/lib/libc/db/Makefile index effbad43d2..7d2882594d 100644 --- a/src/regress/lib/libc/db/Makefile +++ b/src/regress/lib/libc/db/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.9 2002/08/21 22:49:41 wcobb Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2002/09/02 20:01:43 avsm Exp $ |
2 | # $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $ |
3 | 3 | ||
4 | PROG= dbtest | 4 | PROG= dbtest |
@@ -13,10 +13,10 @@ DBTARGETS=1 2 3 4 5 6 7 8 9 10 11 12 13 20 | |||
13 | .for DT in ${DBTARGETS} | 13 | .for DT in ${DBTARGETS} |
14 | db-${DT}: ${PROG} | 14 | db-${DT}: ${PROG} |
15 | sh ${.CURDIR}/run.test ${DT} | 15 | sh ${.CURDIR}/run.test ${DT} |
16 | REGRESSTARGETS+=db-${DT} | 16 | REGRESS_TARGETS+=db-${DT} |
17 | .PHONY: db-${DT} | 17 | .PHONY: db-${DT} |
18 | .endfor | 18 | .endfor |
19 | 19 | ||
20 | REGRESSSLOWTARGETS+=db-3 db-12 db-20 | 20 | REGRESS_SLOW_TARGETS+=db-3 db-12 db-20 |
21 | 21 | ||
22 | .include <bsd.regress.mk> | 22 | .include <bsd.regress.mk> |
diff --git a/src/regress/lib/libc/getaddrinfo/Makefile b/src/regress/lib/libc/getaddrinfo/Makefile index 31764f3db1..4d4978a6a2 100644 --- a/src/regress/lib/libc/getaddrinfo/Makefile +++ b/src/regress/lib/libc/getaddrinfo/Makefile | |||
@@ -1,11 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2002/08/26 13:11:41 art Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2002/09/02 20:01:43 avsm Exp $ |
2 | 2 | ||
3 | PROG= gaitest | 3 | PROG= gaitest |
4 | SRCS= gaitest.c | 4 | SRCS= gaitest.c |
5 | NOMAN= # defined | 5 | NOMAN= # defined |
6 | CLEANFILES+= out | 6 | CLEANFILES+= out |
7 | 7 | ||
8 | REGRESSTARGETS=do-test | 8 | REGRESS_TARGETS=do-test |
9 | 9 | ||
10 | do-test: ${PROG} | 10 | do-test: ${PROG} |
11 | sh ${.CURDIR}/testsuite.sh >out 2>&1 | 11 | sh ${.CURDIR}/testsuite.sh >out 2>&1 |
diff --git a/src/regress/lib/libc/longjmp/Makefile b/src/regress/lib/libc/longjmp/Makefile index 53a310c890..825e0f86d9 100644 --- a/src/regress/lib/libc/longjmp/Makefile +++ b/src/regress/lib/libc/longjmp/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2002/02/18 11:27:45 art Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $ |
2 | PROG= longjmp | 2 | PROG= longjmp |
3 | 3 | ||
4 | do-longjmp: ${PROG} | 4 | do-longjmp: ${PROG} |
@@ -7,7 +7,7 @@ do-longjmp: ${PROG} | |||
7 | do-_longjmp: ${PROG} | 7 | do-_longjmp: ${PROG} |
8 | ./longjmp -_ | 8 | ./longjmp -_ |
9 | 9 | ||
10 | REGRESSTARGETS=do-longjmp do-_longjmp | 10 | REGRESS_TARGETS=do-longjmp do-_longjmp |
11 | .PHONY: ${REGRESSTARGETS} | 11 | .PHONY: ${REGRESS_TARGETS} |
12 | 12 | ||
13 | .include <bsd.regress.mk> | 13 | .include <bsd.regress.mk> |
diff --git a/src/regress/lib/libc/regex/Makefile b/src/regress/lib/libc/regex/Makefile index 76d68a56ae..a29686bca4 100644 --- a/src/regress/lib/libc/regex/Makefile +++ b/src/regress/lib/libc/regex/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2002/01/01 23:00:51 art Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2002/09/02 20:01:43 avsm Exp $ |
2 | # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ |
3 | 3 | ||
4 | PROG= re | 4 | PROG= re |
@@ -8,7 +8,7 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex | |||
8 | 8 | ||
9 | TESTS= ${.CURDIR}/tests | 9 | TESTS= ${.CURDIR}/tests |
10 | 10 | ||
11 | REGRESSTARGETS=do-reg do-reg-long do-reg-backref | 11 | REGRESS_TARGETS=do-reg do-reg-long do-reg-backref |
12 | 12 | ||
13 | do-reg: ${PROG} | 13 | do-reg: ${PROG} |
14 | ./re < ${TESTS} | 14 | ./re < ${TESTS} |
diff --git a/src/regress/lib/libc/sigreturn/Makefile b/src/regress/lib/libc/sigreturn/Makefile index 277e1153b1..9891ba9e05 100644 --- a/src/regress/lib/libc/sigreturn/Makefile +++ b/src/regress/lib/libc/sigreturn/Makefile | |||
@@ -1,10 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2002/01/04 13:53:32 art Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2002/09/02 20:01:43 avsm Exp $ |
2 | 2 | ||
3 | PROG= sigret | 3 | PROG= sigret |
4 | 4 | ||
5 | DEBUG+= -ggdb | 5 | DEBUG+= -ggdb |
6 | 6 | ||
7 | REGRESSTARGETS+= sigret-normal sigret-indirect sigret-altstack | 7 | REGRESS_TARGETS+= sigret-normal sigret-indirect sigret-altstack |
8 | 8 | ||
9 | sigret-normal: ${PROG} | 9 | sigret-normal: ${PROG} |
10 | ./${PROG} | 10 | ./${PROG} |
diff --git a/src/regress/lib/libc/sigsetjmp/Makefile b/src/regress/lib/libc/sigsetjmp/Makefile index 1273624519..f88bea3b47 100644 --- a/src/regress/lib/libc/sigsetjmp/Makefile +++ b/src/regress/lib/libc/sigsetjmp/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2002/02/18 11:35:09 art Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2002/09/02 20:01:43 avsm Exp $ |
2 | 2 | ||
3 | PROG= sigsetjmptest | 3 | PROG= sigsetjmptest |
4 | SRCS= jmptest.c | 4 | SRCS= jmptest.c |
@@ -7,13 +7,13 @@ CFLAGS+= -DTEST_SIGSETJMP | |||
7 | 7 | ||
8 | .PATH: ${.CURDIR}/../setjmp | 8 | .PATH: ${.CURDIR}/../setjmp |
9 | 9 | ||
10 | REGRESSTARGETS=sigsetjmp-save sigsetjmp-nosave | 10 | REGRESS_TARGETS=sigsetjmp-save sigsetjmp-nosave |
11 | 11 | ||
12 | sigsetjmp-save: ${PROG} | 12 | sigsetjmp-save: ${PROG} |
13 | ./${PROG} save | 13 | ./${PROG} save |
14 | sigsetjmp-nosave: ${PROG} | 14 | sigsetjmp-nosave: ${PROG} |
15 | ./${PROG} nosave | 15 | ./${PROG} nosave |
16 | 16 | ||
17 | .PHONY: ${REGRESSTARGETS} | 17 | .PHONY: ${REGRESS_TARGETS} |
18 | 18 | ||
19 | .include <bsd.regress.mk> | 19 | .include <bsd.regress.mk> |
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index 4836bf9d4a..85608b9679 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,8 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2002/09/01 16:29:31 markus Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2002/09/02 20:01:43 avsm Exp $ |
2 | 2 | ||
3 | CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem | 3 | CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem |
4 | 4 | ||
5 | REGRESSTARGETS=ossltests ssl-enc ssl-dsa ssl-rsa | 5 | REGRESS_TARGETS=ossltests ssl-enc ssl-dsa ssl-rsa |
6 | 6 | ||
7 | OPENSSL=/usr/sbin/openssl | 7 | OPENSSL=/usr/sbin/openssl |
8 | CLEAR1=p | 8 | CLEAR1=p |
@@ -83,7 +83,7 @@ ssl-enc-${ENC}: ${CLEAR1} ${CLEAR2}.${ENC} | |||
83 | ssl-enc-${ENC}.b64: ${CLEAR1} ${CLEAR2}.${ENC}.b64 | 83 | ssl-enc-${ENC}.b64: ${CLEAR1} ${CLEAR2}.${ENC}.b64 |
84 | cmp ${CLEAR1} ${CLEAR2}.${ENC}.b64 | 84 | cmp ${CLEAR1} ${CLEAR2}.${ENC}.b64 |
85 | 85 | ||
86 | REGRESSTARGETS+=ssl-enc-${ENC} ssl-enc-${ENC}.b64 | 86 | REGRESS_TARGETS+=ssl-enc-${ENC} ssl-enc-${ENC}.b64 |
87 | CLEANFILES+=${CIPHER}.${ENC} ${CIPHER}.${ENC}.b64 ${CLEAR2}.${ENC} ${CLEAR2}.${ENC}.b64 e_os.h .rnd | 87 | CLEANFILES+=${CIPHER}.${ENC} ${CIPHER}.${ENC}.b64 ${CLEAR2}.${ENC} ${CLEAR2}.${ENC}.b64 e_os.h .rnd |
88 | .endfor | 88 | .endfor |
89 | 89 | ||