diff options
Diffstat (limited to 'regress/sys/kern/Makefile')
-rw-r--r-- | regress/sys/kern/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/kern/Makefile b/regress/sys/kern/Makefile index d3e78b86a16..ef6534c56bf 100644 --- a/regress/sys/kern/Makefile +++ b/regress/sys/kern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.101 2021/12/10 00:50:18 mvs Exp $ +# $OpenBSD: Makefile,v 1.102 2021/12/14 15:57:57 mvs Exp $ SUBDIR+= __syscall SUBDIR+= accept access @@ -23,7 +23,7 @@ SUBDIR+= setuid .endif SUBDIR+= signal sosplice stackjmp stackpivot syscall syscall_segment SUBDIR+= sysvmsg sysvsem sysvshm -SUBDIR+= unalign unfdpass unixsockets unixsock unveil unveil-unmount +SUBDIR+= unalign unfdpass unixsockets unveil unveil-unmount SUBDIR+= wait install: |