summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/httpd
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2019-07-12 19:31:30 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2019-07-12 19:31:30 +0000
commitf4f2ed97737b2e589e2bb8bba5a337b91c0fb898 (patch)
tree6d832550e1d36dc54198f1605b3fc36a6381d912 /regress/usr.sbin/httpd
parent776941cd1d2c17544816ef814dec245773eb0e83 (diff)
Test should also run if there is no obj directory. Name regress
targets consistently with a run- prefix.
Diffstat (limited to 'regress/usr.sbin/httpd')
-rw-r--r--regress/usr.sbin/httpd/tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/httpd/tests/Makefile b/regress/usr.sbin/httpd/tests/Makefile
index e237a3226ca..e9f50ad465e 100644
--- a/regress/usr.sbin/httpd/tests/Makefile
+++ b/regress/usr.sbin/httpd/tests/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2018/10/06 10:52:24 bluhm Exp $
+# $OpenBSD: Makefile,v 1.12 2019/07/12 19:31:29 bluhm Exp $
# The following ports must be installed for the regression tests:
# p5-IO-Socket-INET6 object interface for AF_INET and AF_INET6 domain sockets
@@ -35,7 +35,7 @@ CLEANFILES += htdocs/*
# Only do that if necessary to keep visible output short.
.if ${.CURDIR} == ${.OBJDIR}
-PERLINC =
+PERLINC = -I.
PERLPATH =
.else
PERLINC = -I${.CURDIR}