diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-08-20 20:54:28 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-08-20 20:54:28 +0000 |
commit | b2d2030176d1701af499c70ceac41d77e22190d6 (patch) | |
tree | b7e306daf198c3a7ef599ea53ee6140a161e469c | |
parent | 1b4a57a4896c5679fa685859e91023ac9ae211cb (diff) |
Link ospfd and syslogd regression tests to the build.
-rw-r--r-- | regress/usr.sbin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile index 7794783b354..3380bc6f0dc 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2014/07/03 21:12:24 miod Exp $ +# $OpenBSD: Makefile,v 1.8 2014/08/20 20:54:27 bluhm Exp $ SUBDIR += mtree SUBDIR += openssl +SUBDIR += ospfd SUBDIR += relayd +SUBDIR += syslogd .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR += pkg_add |