artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
614c08a
)
bugfix: add ${.CURDIR} to deal with obj symlinks
author
vgross
<vgross@openbsd.org>
Wed, 14 Oct 2015 13:23:25 +0000
(13:23 +0000)
committer
vgross
<vgross@openbsd.org>
Wed, 14 Oct 2015 13:23:25 +0000
(13:23 +0000)
regress/sys/netinet6/autoport/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/netinet6/autoport/Makefile
b/regress/sys/netinet6/autoport/Makefile
index
01c5cb8
..
4d7bcf8
100644
(file)
--- a/
regress/sys/netinet6/autoport/Makefile
+++ b/
regress/sys/netinet6/autoport/Makefile
@@
-1,9
+1,9
@@
-# $OpenBSD: Makefile,v 1.
1 2015/10/14 12:38:52
vgross Exp $
+# $OpenBSD: Makefile,v 1.
2 2015/10/14 13:23:25
vgross Exp $
REGRESS_TARGETS= run-regress-autoport
REGRESS_ROOT_TARGETS= $(REGRESS_TARGETS)
run-regress-autoport:
-
.
/autoport.pl 6 30000 31000 64
+
/usr/bin/perl ${.CURDIR}
/autoport.pl 6 30000 31000 64
.include <bsd.regress.mk>