diff options
-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 |