diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-05-07 22:55:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-05-07 22:55:38 +0000 |
commit | d0df2cc1acd0dbb22d24b2e97433dd26c1b65ec7 (patch) | |
tree | c85cf63dfd9dff516f776ecff0bc6a9228e6f46f /sbin | |
parent | 9f71099c24ccf2dc0456b93b93fffeb6ce36e99e (diff) |
make bug fixed, remove work-around
Diffstat (limited to 'sbin')
-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 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 |