diff options
author | 2020-06-29 21:37:28 +0000 | |
---|---|---|
committer | 2020-06-29 21:37:28 +0000 | |
commit | c66bd2872473b7fc5adf26216642b537e158b923 (patch) | |
tree | b8ba5f1782f34d1fdbd93a6163d3139177a0fcef /sys | |
parent | Enable nvme(4). (diff) | |
download | wireguard-openbsd-c66bd2872473b7fc5adf26216642b537e158b923.tar.xz wireguard-openbsd-c66bd2872473b7fc5adf26216642b537e158b923.zip |
no stand dir yet
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc64/Makefile | 4 |
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 |