Extra Makefile hack for compatibility with OpenBSD 'make'.

This commit is contained in:
Thomas Pornin 2017-08-28 16:25:20 +02:00
parent a52cff8309
commit 9dc6211237
1 changed files with 4 additions and 0 deletions

View File

@ -37,5 +37,9 @@
!else
.POSIX:
include mk/SingleUnix.mk
# Extra hack for OpenBSD make.
ifndef: all
0: all
endif: all
# \
!endif