summaryrefslogtreecommitdiff
path: root/regress/sys/uvm
diff options
context:
space:
mode:
authoranton <anton@cvs.openbsd.org>2020-10-26 19:55:02 +0000
committeranton <anton@cvs.openbsd.org>2020-10-26 19:55:02 +0000
commit020c2c30a69c499aadd4191685816bfe743d869f (patch)
tree72eb035e41b84edf542cb5ca280a2ec9c19843ce /regress/sys/uvm
parent9bd508a31caf734ef5794dcd62165754b5ccce5b (diff)
hook up vnode
Diffstat (limited to 'regress/sys/uvm')
-rw-r--r--regress/sys/uvm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sys/uvm/Makefile b/regress/sys/uvm/Makefile
index 56ac9f71acf..65ce0d6194b 100644
--- a/regress/sys/uvm/Makefile
+++ b/regress/sys/uvm/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.16 2019/09/20 12:45:43 bluhm Exp $
+# $OpenBSD: Makefile,v 1.17 2020/10/26 19:55:01 anton Exp $
SUBDIR+= minherit_zero
SUBDIR+= mmap_4g mmap_size mmap_fixed mmap_mod
SUBDIR+= mmap_noreplace mmap_write_self
SUBDIR+= mmap0
SUBDIR+= mmap_hint
+SUBDIR+= vnode
SUBDIR+= wx_syscall
install: