From 9dc6211237abcc4a4854818f8e5d7b8973bf31e3 Mon Sep 17 00:00:00 2001 From: Thomas Pornin Date: Mon, 28 Aug 2017 16:25:20 +0200 Subject: [PATCH] Extra Makefile hack for compatibility with OpenBSD 'make'. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 044f5bc..f7f24fc 100644 --- a/Makefile +++ b/Makefile @@ -37,5 +37,9 @@ !else .POSIX: include mk/SingleUnix.mk +# Extra hack for OpenBSD make. +ifndef: all +0: all +endif: all # \ !endif -- 2.17.1