X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=Makefile;h=f7f24fccd1c77ee48dd9931e9202286ec8405dfa;hp=044f5bc1e528d3f82101066eb5605a9d9d0e0cc5;hb=52a69fe3dee1c825ce2901043de3b4f600f36905;hpb=3f00688b9d9f483a6ca97e659eea104995ea15b7 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