summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/isakmpd/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile
index 2d1af2be5a9..39e0f947263 100644
--- a/sbin/isakmpd/Makefile
+++ b/sbin/isakmpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.68 2005/04/08 17:15:01 deraadt Exp $
+# $OpenBSD: Makefile,v 1.69 2005/04/08 17:20:44 hshoexer Exp $
# $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $
#
@@ -95,10 +95,6 @@ CFLAGS+= ${FEATURES_UC:S/^/-DUSE_/g}
SUBDIR+= samples
.endif
-.if !make(install) && !defined(NO_REGRESS)
-#SUBDIR+= regress
-.endif
-
.for FEATURE in ${FEATURES}
.if exists(features/${FEATURE})
.include "features/${FEATURE}"