aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-07-22 05:28:52 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-07-22 05:28:52 +0000
commite36257ada7ca7851394c97de1feec585ed56c7be (patch)
treecacc62bfb628eeccf8a980654959213b5f1e59a1 /security/openssh-portable/Makefile
parent100c16dd32ffa22c5df96627eb5263b1b6aeda52 (diff)
downloadports-e36257ada7ca7851394c97de1feec585ed56c7be.tar.gz
ports-e36257ada7ca7851394c97de1feec585ed56c7be.zip
Notes
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r--security/openssh-portable/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 7ea6157a902e..a082ab89b890 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -133,6 +133,11 @@ post-install:
@${CAT} ${PKGMESSAGE}
.endif
+test:
+ (cd ${WRKSRC}/regress && ${SETENV} ${MAKE_ENV} \
+ PATH=${PREFIX}/bin:${PREFIX}/sbin:${PATH} \
+ ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} )
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/security/openssl/Makefile.ssl"