diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-04-08 17:20:45 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-04-08 17:20:45 +0000 |
commit | 3c76af8a69ffbda717a06fcdb19dff749f6ea3fb (patch) | |
tree | b35037aa6960043888e2434ef7caa3129c9db31d /sbin/isakmpd/Makefile | |
parent | 279fdb6b313cbaa9614199eff4369a838ea60403 (diff) |
regression tests have moved
Diffstat (limited to 'sbin/isakmpd/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 6 |
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}" |