summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>2002-06-12 19:42:22 +0000
committerniklas <niklas@openbsd.org>2002-06-12 19:42:22 +0000
commit61010a187f126c59483350ddd3806b203b265763 (patch)
treec3e0dee763cb72ad30b63c714385159a94ef2f1c
parentFix uninitialized access. Spotted by danh@ This is a good reason to (diff)
downloadwireguard-openbsd-61010a187f126c59483350ddd3806b203b265763.tar.xz
wireguard-openbsd-61010a187f126c59483350ddd3806b203b265763.zip
Add ddb subdir, and alphabeticize them
-rw-r--r--regress/sys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/Makefile b/regress/sys/Makefile
index 621f8f83288..0f2da6792e1 100644
--- a/regress/sys/Makefile
+++ b/regress/sys/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.10 2002/06/11 21:55:57 provos Exp $
+# $OpenBSD: Makefile,v 1.11 2002/06/12 19:42:22 niklas Exp $
# $NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $
-SUBDIR+= kern fdescfs uvm crypto sys
+SUBDIR+= crypto ddb fdescfs kern sys uvm
.if exists(arch/${MACHINE})
SUBDIR+= arch/${MACHINE}
.endif