summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2001-05-07 22:55:37 +0000
committerespie <espie@openbsd.org>2001-05-07 22:55:37 +0000
commit50b156096be977317673d88098a8b3beace58210 (patch)
treef2351f0366b6712081dc00106840254fb9e5840d
parentEven though str_concati is supposed to handle intervals, it was still (diff)
downloadwireguard-openbsd-50b156096be977317673d88098a8b3beace58210.tar.xz
wireguard-openbsd-50b156096be977317673d88098a8b3beace58210.zip
make bug fixed, remove work-around
-rw-r--r--sbin/isakmpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile
index a8835e2b0b5..25ae8ccc39e 100644
--- a/sbin/isakmpd/Makefile
+++ b/sbin/isakmpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.35 2001/05/07 22:14:31 espie Exp $
+# $OpenBSD: Makefile,v 1.36 2001/05/07 22:55:37 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(${.CURDIR}/features/${FEATURE})
+.if exists(features/${FEATURE})
.include "features/${FEATURE}"
.endif
.endfor