Merge pull request #561 from zshipko/master

Fix "make install" on OpenBSD
This commit is contained in:
Jan-Erik Rediger 2018-01-05 15:50:31 +01:00 committed by GitHub
commit 43284ee495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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