From 624f7b52f6bfc6d282e31b9f593404984c27e046 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Wed, 4 Sep 2013 22:37:50 +0000 Subject: The regression tests for relayd complain if any required perl package is missing, but they do not fail. All of them pass right now, so put them back into the regular test suite. --- regress/usr.sbin/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile index 0fc0c1499e0..008810030d6 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2013/08/01 21:26:30 kettenis Exp $ +# $OpenBSD: Makefile,v 1.5 2013/09/04 22:37:49 bluhm Exp $ -SUBDIR+= mtree +SUBDIR += mtree +SUBDIR += relayd .if defined(REGRESS_FULL) -SUBDIR += pkg_add relayd +SUBDIR += pkg_add .endif .include -- cgit v1.2.3