diff options
author | 2001-05-07 22:14:31 +0000 | |
---|---|---|
committer | 2001-05-07 22:14:31 +0000 | |
commit | dc58152bb1a76a1f9159fe95f12f56dfa1f40fa4 (patch) | |
tree | ff3f90721c4a74d20ec11a0e34c7826d18824d27 | |
parent | 7x43RN are MPR (diff) | |
download | wireguard-openbsd-dc58152bb1a76a1f9159fe95f12f56dfa1f40fa4.tar.xz wireguard-openbsd-dc58152bb1a76a1f9159fe95f12f56dfa1f40fa4.zip |
temp work-around. Okay deraadt@
-rw-r--r-- | sbin/isakmpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index 2cfff5f9da8..a8835e2b0b5 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2001/03/23 16:14:34 markus Exp $ +# $OpenBSD: Makefile,v 1.35 2001/05/07 22:14:31 espie Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -142,7 +142,7 @@ SUBDIR+= regress .endif .for FEATURE in ${FEATURES} -.if exists(features/${FEATURE}) +.if exists(${.CURDIR}/features/${FEATURE}) .include "features/${FEATURE}" .endif .endfor |