Unverified Commit 43284ee4 authored by Jan-Erik Rediger's avatar Jan-Erik Rediger Committed by GitHub
Browse files

Merge pull request #561 from zshipko/master

Fix "make install" on OpenBSD
parents abc60433 a2ef2b69
......@@ -161,7 +161,7 @@ clean:
dep:
$(CC) -MM *.c
ifeq ($(uname_S),SunOS)
ifeq ($(uname_S),$(filter $(uname_S),SunOS OpenBSD))
INSTALL?= cp -r
endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment