blob: 4cd1da775d80098f288a3226c6785b2ee794ba90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Makefile Thu Jan 20 22:17:18 2022
+++ b/Makefile Fri Feb 3 08:00:55 2023
@@ -149,7 +149,7 @@
#------------------------------------------------------------------------------
# make install is validated only for Linux, macOS, Hurd and some BSD targets
#------------------------------------------------------------------------------
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku AIX))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetBSD MSYS_NT Haiku AIX SunOS))
HOST_OS = POSIX
|