diff options
author | 2002-02-16 17:38:31 +0000 | |
---|---|---|
committer | 2002-02-16 17:38:31 +0000 | |
commit | 4230ec101e16ff7173153da3e5bf668d5bff4956 (patch) | |
tree | ae6d85a228362673f03052fbf7f739e4d6312ed5 | |
parent | Need a Makefile here. (diff) | |
download | wireguard-openbsd-4230ec101e16ff7173153da3e5bf668d5bff4956.tar.xz wireguard-openbsd-4230ec101e16ff7173153da3e5bf668d5bff4956.zip |
traverse down into fdescfs and uvm
-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 779d745a745..267cf6e14b4 100644 --- a/regress/sys/Makefile +++ b/regress/sys/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2001/01/29 02:05:50 niklas Exp $ +# $OpenBSD: Makefile,v 1.5 2002/02/16 17:38:31 art Exp $ # $NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $ -SUBDIR+= kern +SUBDIR+= kern fdescfs uvm .if exists(arch/${MACHINE}) SUBDIR+= arch/${MACHINE} .endif |