artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a773138
)
Do not add isakmpd obj directory to .PATH. We must compile some
author
bluhm
<bluhm@openbsd.org>
Tue, 4 Jul 2017 18:02:21 +0000
(18:02 +0000)
committer
bluhm
<bluhm@openbsd.org>
Tue, 4 Jul 2017 18:02:21 +0000
(18:02 +0000)
fake objects from regress ourselves.
regress/sbin/isakmpd/Makefile.inc
patch
|
blob
|
history
diff --git
a/regress/sbin/isakmpd/Makefile.inc
b/regress/sbin/isakmpd/Makefile.inc
index
ba6c19d
..
b4c7600
100644
(file)
--- a/
regress/sbin/isakmpd/Makefile.inc
+++ b/
regress/sbin/isakmpd/Makefile.inc
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile.inc,v 1.
1 2017/07/03 18:19:55
bluhm Exp $
+# $OpenBSD: Makefile.inc,v 1.
2 2017/07/04 18:02:21
bluhm Exp $
TOPSRC= ${.CURDIR}/../../../../sbin/isakmpd
TOPOBJ!!= ${MAKE} -C ${TOPSRC} -V .OBJDIR
@@
-13,4
+13,4
@@
generated:
${MAKE} -C ${TOPSRC} generated
.PATH: ${.CURDIR}/../common
-.PATH: ${TOPSRC} ${TOPSRC}/sysdep/openbsd
${TOPOBJ}
+.PATH: ${TOPSRC} ${TOPSRC}/sysdep/openbsd