diff options
author | 2002-06-12 19:42:22 +0000 | |
---|---|---|
committer | 2002-06-12 19:42:22 +0000 | |
commit | 61010a187f126c59483350ddd3806b203b265763 (patch) | |
tree | c3e0dee763cb72ad30b63c714385159a94ef2f1c | |
parent | Fix uninitialized access. Spotted by danh@ This is a good reason to (diff) | |
download | wireguard-openbsd-61010a187f126c59483350ddd3806b203b265763.tar.xz wireguard-openbsd-61010a187f126c59483350ddd3806b203b265763.zip |
Add ddb subdir, and alphabeticize them
-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 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 |