diff options
author | 2002-03-25 10:56:58 +0000 | |
---|---|---|
committer | 2002-03-25 10:56:58 +0000 | |
commit | eb75d5adc76eb0ec9ffdbc23f10b57bc4bf5395a (patch) | |
tree | 6a205978e3a3bc265e1d536489abad27066f9f91 | |
parent | Todd Miller pointed this out to me: (diff) | |
download | wireguard-openbsd-eb75d5adc76eb0ec9ffdbc23f10b57bc4bf5395a.tar.xz wireguard-openbsd-eb75d5adc76eb0ec9ffdbc23f10b57bc4bf5395a.zip |
disable miscfs for now (ever?).
-rw-r--r-- | regress/sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/Makefile b/regress/sys/Makefile index 5108f671c0f..586e1aefcf1 100644 --- a/regress/sys/Makefile +++ b/regress/sys/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2002/03/25 09:57:55 markus Exp $ +# $OpenBSD: Makefile,v 1.9 2002/03/25 10:56:58 fgsch Exp $ # $NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $ -SUBDIR+= kern fdescfs miscfs uvm crypto +SUBDIR+= kern fdescfs uvm crypto .if exists(arch/${MACHINE}) SUBDIR+= arch/${MACHINE} .endif |