diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-05-07 22:14:32 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-05-07 22:14:32 +0000 |
commit | c62055b4d0abeee6d1d28d73cc3adfe58e68a0e8 (patch) | |
tree | 6020a6a9e78e1e5939106fc9bb218dc91f9f1640 | |
parent | a30f9a4c9e02fc17b9058230050380fc88e361f5 (diff) |
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 |