diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-09-04 22:37:50 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-09-04 22:37:50 +0000 |
commit | 624f7b52f6bfc6d282e31b9f593404984c27e046 (patch) | |
tree | e166425af0fb28e5edfd851996c7255b29135fe7 | |
parent | 78ff51b3ebd230a926118179b3e5aea4d4529ea6 (diff) |
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.
-rw-r--r-- | regress/usr.sbin/Makefile | 7 |
1 files 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 <bsd.subdir.mk> |