summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2020-06-29 21:37:28 +0000
committerderaadt <deraadt@openbsd.org>2020-06-29 21:37:28 +0000
commitc66bd2872473b7fc5adf26216642b537e158b923 (patch)
treeb8ba5f1782f34d1fdbd93a6163d3139177a0fcef
parentEnable nvme(4). (diff)
downloadwireguard-openbsd-c66bd2872473b7fc5adf26216642b537e158b923.tar.xz
wireguard-openbsd-c66bd2872473b7fc5adf26216642b537e158b923.zip
no stand dir yet
-rw-r--r--sys/arch/powerpc64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc64/Makefile b/sys/arch/powerpc64/Makefile
index f12df6abec0..ef9af8fc019 100644
--- a/sys/arch/powerpc64/Makefile
+++ b/sys/arch/powerpc64/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2020/06/25 04:47:06 drahn Exp $
+# $OpenBSD: Makefile,v 1.2 2020/06/29 21:37:28 deraadt Exp $
.include <bsd.own.mk> # for KEEPKERNELS
@@ -14,7 +14,7 @@ TAGS= ${.CURDIR}/tags
NOPROG=
NOMAN=
NOOBJ=
-SUBDIR= stand
+SUBDIR=
.if !defined(KEEPKERNELS) || !(make(clean) || make(cleandir))
SUBDIR+=compile
.endif