summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2018-11-16 20:20:17 +0000
committeranton <anton@openbsd.org>2018-11-16 20:20:17 +0000
commitadd3e765471f7ae8d138da6efd0a88cf05809f3c (patch)
treefe17e7f20a95131c85c9e19f922cc31fa1d1d85c
parentAdd wscons regress tests, currently limited to SIGIO handling. (diff)
downloadwireguard-openbsd-add3e765471f7ae8d138da6efd0a88cf05809f3c.tar.xz
wireguard-openbsd-add3e765471f7ae8d138da6efd0a88cf05809f3c.zip
+wscons
-rw-r--r--regress/sys/dev/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sys/dev/Makefile b/regress/sys/dev/Makefile
index f24f0db521d..10d99633840 100644
--- a/regress/sys/dev/Makefile
+++ b/regress/sys/dev/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.5 2018/08/26 08:12:09 anton Exp $
+# $OpenBSD: Makefile,v 1.6 2018/11/16 20:20:17 anton Exp $
SUBDIR+= fdesc
SUBDIR+= kcov
+SUBDIR+= wscons
.include <bsd.subdir.mk>